Commit ecac5802 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'eread/refine-docs-resources-removal' into 'master'

Refine content for cluster integration removal

Closes #118802

See merge request gitlab-org/gitlab!22069
parents 383e1c8c ae9f8f18
...@@ -719,9 +719,12 @@ To disable the Kubernetes cluster integration, follow the same procedure. ...@@ -719,9 +719,12 @@ To disable the Kubernetes cluster integration, follow the same procedure.
## Removing integration ## Removing integration
To remove the Kubernetes cluster integration from your project, simply click the To remove the Kubernetes cluster integration from your project, either:
**Remove integration** button. You will then be able to follow the procedure
and add a Kubernetes cluster again. - Select **Remove integration**, to remove only the Kubernetes integration.
- [From GitLab 12.6](https://gitlab.com/gitlab-org/gitlab/issues/26815), select
**Remove integration and resources**, to also remove all related GitLab cluster resources (for
example, namespaces, roles, and bindings) when removing the integration.
When removing the cluster integration, note: When removing the cluster integration, note:
...@@ -730,10 +733,6 @@ When removing the cluster integration, note: ...@@ -730,10 +733,6 @@ When removing the cluster integration, note:
- When you remove a cluster, you only remove its relationship to GitLab, not the cluster itself. To - When you remove a cluster, you only remove its relationship to GitLab, not the cluster itself. To
remove the cluster, you can do so by visiting the GKE or EKS dashboard, or using `kubectl`. remove the cluster, you can do so by visiting the GKE or EKS dashboard, or using `kubectl`.
[From GitLab 12.6](https://gitlab.com/gitlab-org/gitlab/issues/26815), you can also remove all
related GitLab cluster resources (for example, namespaces, roles, and bindings) when removing the
integration.
## Learn more ## Learn more
To learn more on automatically deploying your applications, To learn more on automatically deploying your applications,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment