ka icon indicating copy to clipboard operation
ka copied to clipboard

Add cleaning command

Open dgil opened this issue 8 years ago • 2 comments

It would be nice to have some way to remove all the pods and services running.

Do you think we could add it?

My proposal: ka nuke 😁

dgil avatar May 10 '16 14:05 dgil

kubernetes::reset ?? 

ekozan avatar Jun 09 '16 18:06 ekozan

That is used for cleaning up the kubernetes state which in some cases is left in weird state. I think this is a no issue now and maybe can be removed.

Kubectl drain is draining the pods from the node and probably we should execute a step during ka down to drain the node. I wouldn't do a nuke of the docker itself since it might have more containers that shouldn't be touched.

dkapanidis avatar Jun 10 '16 14:06 dkapanidis