minkube starts a VM then leverages kubeadm to setup k8s.
install kubectl (brew install kubectl)
install minikube (brew install minikube)
FAIL:
minikube start --vm-driver=virtualbox🎉 minikube 1.7.3 is available! Download it: https://github.com/kubernetes/minikube/releases/tag/v1.7.3💡 To disable this notice, run: 'minikube config set WantUpdateNotification false'
🙄 minikube v1.5.2 on Darwin 10.12.6💥 The existing "minikube" VM that was created using the "hyperkit" driver, and is incompatible with the "virtualbox" driver.👉 To proceed, either: 1) Delete the existing VM using: 'minikube delete' or 2) Restart with the existing driver: 'minikube start --vm-driver=hyperkit'💣 Exiting due to driver incompatibility
so choosing different vm driver........
SEMI FAIL:
minikube start --vm-driver=hyperkit😄 minikube v1.5.2 on Darwin 10.12.6💡 Tip: Use 'minikube start -p <name>' to create a new cluster, or 'minikube delete' to delete this one.🔄 Starting existing hyperkit VM for "minikube" ...⌛ Waiting for the host to be provisioned ...🐳 Preparing Kubernetes v1.16.2 on Docker '18.09.9' ...🔄 Relaunching Kubernetes using kubeadm ... ⌛ Waiting for: apiserver🏄 Done! kubectl is now configured to use "minikube"⚠️ /usr/local/bin/kubectl is version 1.14.8, and is incompatible with Kubernetes 1.16.2. You will need to update /usr/local/bin/kubectl or use 'minikube kubectl' to connect with this cluster
so updating kubectl (installation)
Updating kubectl so its compatible with the k8s just installed by minikube:
Warning: You are using macOS 10.12.We (and Apple) do not provide support for this old version.You will encounter build failures with some formulae.Please create pull requests instead of asking for help on Homebrew's GitHub,Discourse, Twitter or IRC. You are responsible for resolving any issues youexperience while you are running this old version.
==> Installing dependencies for kubernetes-cli: go
==> Installing kubernetes-cli dependency: go
==> Downloading https://dl.google.com/go/go1.13.8.src.tar.gz
######################################################################## 100.0%
==> Downloading https://storage.googleapis.com/golang/go1.7.darwin-amd64.tar.gz
Already downloaded: /Users/shawn/Library/Caches/Homebrew/downloads/ad0901a23a51bac69b65f20bbc8e3fe998bc87a3be91d0859ef27bd1fe537709--go1.7.darwin-amd64.tar.gz
==> ./make.bash --no-clean
==> /usr/local/Cellar/go/1.13.8/bin/go install -race std
==> Cloning https://go.googlesource.com/tools.git
Updating /Users/shawn/Library/Caches/Homebrew/go--gotools--git
==> Checking out branch release-branch.go1.13
Already on 'release-branch.go1.13'
Your branch is up to date with 'origin/release-branch.go1.13'.
HEAD is now at 65e3620a internal/telemetry: add the ability to flush telemetry data
==> go build
🍺 /usr/local/Cellar/go/1.13.8: 9,275 files, 414.1MB, built in 7 minutes 11 seconds
==> Installing kubernetes-cli
==> Cloning https://github.com/kubernetes/kubernetes.git
Updating /Users/shawn/Library/Caches/Homebrew/kubernetes-cli--git
From https://github.com/kubernetes/kubernetes
* [new tag] v1.17.3 -> v1.17.3
==> Checking out tag v1.17.3
Previous HEAD position was 59603c6e50... Merge pull request #87334 from justaugustus/cl-117-bump-tag
HEAD is now at 06ad960bfd... Release commit for Kubernetes v1.17.3
HEAD is now at 06ad960bfd Release commit for Kubernetes v1.17.3
minikube status
host: Running
kubelet: Running
apiserver: Running
kubeconfig: Configured
No comments:
Post a Comment