kubeflow / kfctl

kfctl is a CLI for deploying and managing Kubeflow
Apache License 2.0
181 stars 137 forks source link

Operator: cleanup old kube resources #371

Open desaintmartin opened 4 years ago

desaintmartin commented 4 years ago

I've heard the Operator, like kfctl, does not clean up no-longer-wanted resources when upgrading a kubeflow (like a component which has disappeared in the latest version will still exist in the Kubernetes cluster after kubeflow upgrade to latest version).

Could you confirm?

If so, is it planned to add such support in the Operator or will still run using kustomize as its core which does not allow it?

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the labels:

Label Probability
area/kfctl 1.00

Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.

adrian555 commented 4 years ago

@desaintmartin yes, we are looking at how to support this as part of the upgrade. We will track this issue under #193.