Outils pour utilisateurs

Outils du site


minikube

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révisionLes deux révisions suivantes
minikube [2018/10/25 15:31] – [Prérequis] simonminikube [2018/10/25 15:35] – [Installation de Minikube] simon
Ligne 65: Ligne 65:
                                  Dload  Upload   Total   Spent    Left  Speed                                  Dload  Upload   Total   Spent    Left  Speed
 100 40.3M  100 40.3M    0       646k      0  0:01:03  0:01:03 --:--:--  674k 100 40.3M  100 40.3M    0       646k      0  0:01:03  0:01:03 --:--:--  674k
- +</code> 
 + 
 +Si on a déjà une configuration kubectl, ça coince : 
 +<code bash>
 # minikube start # minikube start
 Starting local Kubernetes v1.10.0 cluster... Starting local Kubernetes v1.10.0 cluster...
Ligne 90: Ligne 93:
 </code> </code>
  
 +Si on a pas installé virtualbox, ça coince :
 +<code bash>
 +$ sudo minikube start 
 +Starting local Kubernetes v1.10.0 cluster...
 +Starting VM...
 +Downloading Minikube ISO
 + 170.78 MB / 170.78 MB [============================================] 100.00% 0s
 +E1025 17:33:25.661999     822 start.go:168] Error starting host: Error creating host: Error executing step: Running precreate checks.
 +: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path.
 +
 + Retrying.
 +E1025 17:33:25.662215     822 start.go:174] Error starting host:  Error creating host: Error executing step: Running precreate checks.
 +: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
 +================================================================================
 +An error has occurred. Would you like to opt in to sending anonymized crash
 +information to minikube to help prevent future errors?
 +To opt out of these messages, run the command:
 + minikube config set WantReportErrorPrompt false
 +================================================================================
 +Please enter your response [Y/n]: 
 +</code>