What's does kube-down need?

4/18/2016

I am running Kubernetes on AWS with my friends. The procedure is below.

  1. My friend run kube-up.sh on his laptop.

  2. 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

-- waitingduck
kubernetes

1 Answer

4/19/2016

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.

-- Robert Bailey
Source: StackOverflow