Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c09b25

Browse files
authored
Update options to remove clusters (#1333)
Removed Kustomize and Helm sections for cluster removal and replaced screenshot for UI removal
1 parentb5f6eed commit1c09b25

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

‎_docs/installation/gitops/managed-cluster.md‎

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ helm install oci://quay.io/codefresh/charts/csdp-add-cluster -f values.yaml --ge
9696

9797
>**NOTES**
9898
1. For ingress-based GitOps Runtimes, to get the`ingressUrl` for your Runtime, first authenticate to the GitOps CLI, and then run`cf runtime list` in your terminal.
99-
<br/>2.The Helm Chart is installed by default in the`kube-system` namespace. To change the namespace, configure the`systemNamespace` value**in addition** to the`--namespace` option, so both the Helm Release and the resources are installed in the desired namespace.
99+
1.The Helm Chart is installed by default in the`kube-system` namespace. To change the namespace, configure the`systemNamespace` value**in addition** to the`--namespace` option, so both the Helm Release and the resources are installed in the desired namespace.
100100

101101

102102
###Add a managed cluster with Terraform
@@ -124,8 +124,8 @@ As the cluster is managed through the Runtime, updates to the Runtime automatica
124124
View connection status for the managed cluster, and health and sync errors. Health and sync errors are flagged by the error notification in the toolbar, and visually flagged in the List and Topology views.
125125

126126
##Install Argo Rollouts
127-
Applications with`rollout` resources need Argo Rollouts on the target cluster, both to visualize rollouts in theApplicationsdashboard and controlrollout steps with the Rollout Player.
128-
If Argo Rollouts has not been installed on the target cluster, the**Install Argo Rollouts** button displayed.
127+
Applications with`rollout` resources need Argo Rollouts on the target cluster, both to visualize rollouts in theGitOps Appsdashboard, and controlrollouts with the Rollout Player.
128+
If Argo Rollouts has not been installed on the target cluster, the**Install Argo Rollouts** buttonisdisplayed.
129129

130130
Install Argo Rollouts with a single click to execute rollout instructions, deploy the application, and visualize rollout progress in the[GitOps Apps dashboard]({{site.baseurl}}/docs/dashboards/gitops-apps-dashboard/).
131131

@@ -154,13 +154,11 @@ This action only removes the management link between your GitOps Runtime and you
154154
Remove a managed cluster in any of the following ways:
155155
*[Codefresh UI](#remove-a-managed-cluster-from-the-codefresh-ui)
156156
*[GitOps CLI](#remove-a-managed-cluster-through-the-gitops-cli)
157-
*[Kustomize](#remove-a-managed-cluster-with-kustomize)
158-
*[Helm](#remove-a-managed-cluster-with-helm)
159157
*[Terraform](#remove-a-managed-cluster-with-terraform)
160158

161159

162160
###Remove a managed cluster from the Codefresh UI
163-
Remove a cluster fromthe list managed by theGitOps Runtimein the Codefresh UI.
161+
Remove a cluster fromaGitOps Runtimethrough the Codefresh UI.
164162

165163
{{site.data.callout.callout_tip}}
166164
**TIP**
@@ -186,25 +184,19 @@ In the Codefresh UI, on the toolbar, click the **Settings** icon, expand Runtime
186184

187185

188186
###Remove a managed cluster through the GitOps CLI
189-
Remove a managed cluster from thelist managed by theGitOps Runtime through the GitOps CLI.
187+
Remove a managed cluster from the GitOps Runtime through the GitOps CLI.
190188

191-
* Run:
189+
>**NOTE**
190+
Run the command on the cluster you want to remove.
191+
192+
* Run:
192193
`cf cluster remove <runtime-name> --server-url <server-url>`
193194
where:
194195
`<runtime-name>` is the name of the GitOps Runtime that the managed cluster is registered to.
195196
`<server-url>` is the URL of the server on which the managed cluster is installed.
196197

197198

198199

199-
200-
###Remove a managed cluster with Kustomize
201-
202-
Run`kubectl delete -f <your_yaml>` with the result of the`kustomize build` command that you run during installation
203-
204-
###Remove a managed cluster with Helm
205-
206-
Run`helm delete <release_name>` with the name of the release that was created during installation.
207-
208200
###Remove a managed cluster with Terraform
209201

210202
Use the`terraform destroy` command.
-1.96 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp