What's does kube-down need?
Sebastian Wright
I am running Kubernetes on AWS with my friends. The procedure is below.
My friend run
kube-up.shon his laptop.We share kubeConfig file and environment variables so I can also connect to kubernetes.
But the problem is I cannot run kube-down.sh on my own laptop.
So I would like to know what else do I need in order to run kube-down.sh?
Thanks
1 Answer
You need a kubernetes release. You should download the same version that was used to create the cluster, unpack it, change into the kubernetes directory, and then run kube-down.sh.