You should be able to Ctrl-C to stop the cluster. If it's running in the
background you should be able to stop it by sending a TERM signal to the
local-up-cluster.sh process.

Something like:

ps aux | grep local-up-cluster.sh | grep -v grep | awk {'print $2'} | xargs
kill -s TERM

On Wed, Jun 8, 2016, 05:20 kant kodali <[email protected]> wrote:

> How to stop kubernetes cluster? couldn't find that on the docs. I started
> by doing a git clone kubernetes and then running local_up_cluster.sh. I
> just want to bring the entire cluster down.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Containers at Google" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/google-containers.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to