Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

What's does kube-down need?

Writer Sebastian Wright

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

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.

5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.