-
- Downloads
Allow knative do be uninstalled:
- After uninstalling the knative helm chart it's necessary to also remove some leftover resources to allow the cluster to be clean and knative to be reinstalleable. - Adds knative uninstall disclaimer - Uninstall ksvc before uninstalling knative Make list of Knative and Ingres resources explicit - To avoid deleting unwanted resources we are listing exact which resources will be deleted rather than simply deleting any resource that contains istio or knative words.
Showing
- app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue 3 additions, 1 deletion...s/components/uninstall_application_confirmation_modal.vue
- app/models/clusters/applications/cert_manager.rb 1 addition, 1 deletionapp/models/clusters/applications/cert_manager.rb
- app/models/clusters/applications/knative.rb 48 additions, 6 deletionsapp/models/clusters/applications/knative.rb
- app/models/clusters/applications/prometheus.rb 13 additions, 0 deletionsapp/models/clusters/applications/prometheus.rb
- changelogs/unreleased/60668-kubernetes-applications-uninstall-knative.yml 5 additions, 0 deletions...eased/60668-kubernetes-applications-uninstall-knative.yml
- config/knative/api_resources.yml 64 additions, 0 deletionsconfig/knative/api_resources.yml
- doc/user/clusters/applications.md 1 addition, 0 deletionsdoc/user/clusters/applications.md
- lib/gitlab/kubernetes/helm/delete_command.rb 7 additions, 2 deletionslib/gitlab/kubernetes/helm/delete_command.rb
- lib/gitlab/kubernetes/helm/install_command.rb 2 additions, 10 deletionslib/gitlab/kubernetes/helm/install_command.rb
- locale/gitlab.pot 1 addition, 1 deletionlocale/gitlab.pot
- spec/features/projects/clusters/applications_spec.rb 1 addition, 1 deletionspec/features/projects/clusters/applications_spec.rb
- spec/models/clusters/applications/cert_manager_spec.rb 1 addition, 1 deletionspec/models/clusters/applications/cert_manager_spec.rb
- spec/models/clusters/applications/knative_spec.rb 41 additions, 1 deletionspec/models/clusters/applications/knative_spec.rb
config/knative/api_resources.yml
0 → 100644
Please register or sign in to comment