I am running Kubernetes on AWS with my friends. The procedure is below.
My friend run kube-up.sh
on 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
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.