Guest User

Untitled

a guest
Oct 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ~ ls -l $(which kubectl)
  2. /usr/local/bin/kubectl -> ../Cellar/kubernetes-cli/1.12.0/bin/kubectl
  3.  
  4. ~ ls -l $(which minikube)
  5. /usr/local/bin/minikube -> /usr/local/Caskroom/minikube/0.30.0/minikube-darwin-amd64
  6.  
  7.  
  8. ~ minikube delete
  9. Deleting local Kubernetes cluster...
  10. Machine deleted.
  11. ~ rm -rf ~/.kube ~/.minikube
  12.  
  13. ~ minikube start --memory 8000 --kubernetes-version 1.12.0
  14. Starting local Kubernetes 1.12.0 cluster...
  15. Starting VM...
  16. Downloading Minikube ISO
  17. 170.78 MB / 170.78 MB [============================================] 100.00% 0s
  18. Getting VM IP address...
  19. Moving files into cluster...
  20. E1022 10:08:41.271328 44100 start.go:254] Error updating cluster: generating kubeadm cfg: parsing kubernetes version: parsing kubernetes version: strconv.ParseUint: parsing "": invalid syntax
  21. ================================================================================
  22. An error has occurred. Would you like to opt in to sending anonymized crash
  23. information to minikube to help prevent future errors?
  24. To opt out of these messages, run the command:
  25. minikube config set WantReportErrorPrompt false
  26. ================================================================================
Add Comment
Please, Sign In to add comment