danmanners / homelab-deployment

All of the code to make sure that my homelab can be deployed simply and easily.
7 stars 1 forks source link

Add argument for nuke_it_all to uninstall docker the Docker and K8s Packages #11

Open danmanners opened 4 years ago

danmanners commented 4 years ago

Currently, the nuke_it_all functionality simply nukes the K8s cluster, but does not remove any applications.

@jtfogarty pointed out that currently the expected function is that it would remove the applications. I'm going to add a flag to allow the removal of the docker and k8s related packages.

danmanners commented 4 years ago

This has been updated and will be in the next PR.