kuberig-io / kuberig

Deploy to Kubernetes/OpenShift by leveraging your developer skills - no yaml required!
https://kuberig.io
Apache License 2.0
36 stars 3 forks source link

Environment clean up procedure #41

Open szpak opened 3 years ago

szpak commented 3 years ago

initEnvironment makes some changes in a cluster. Sometimes, for different reason you might want to stop using kuberig on a given cluster. While for PoC it is just fine to delete the whole cluster, for shared clusters it might not be so easy.

There could be some list what happens on the env initialization (e.g. a service account is created) and maybe an instruction how to remove those changes (even using kubectl command).