gardener-attic / landscape-setup2

[DEPRECATED] Scripts for setting up a Gardener landscape
https://github.com/gardener/garden-setup
Other
12 stars 8 forks source link

added uninstall option to gardener scripts and allowed for multiple sourcing of init.sh #5

Closed Diaphteiros closed 6 years ago

Diaphteiros commented 6 years ago

Calling "components/deploy.sh --uninstall" should now remove everything that came with the component. This option exists for all components except the certmanager at the moment. Take care to delete the components in reverse order - the last one installed should be the first to uninstall. Furthermore, sourcing init.sh multiple times could mess up the PATH variable and break some commands (e.g. helm) - this shouldn't happen anymore.