We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18703df commit a7dd65dCopy full SHA for a7dd65d
content/en/docs/developer-guides/addon.md
@@ -262,12 +262,6 @@ You also can use the `clusteradm` command to disable the add-on for a managed cl
262
$ clusteradm addon disable --names busybox-addon --clusters cluster1
263
```
264
265
-You can also use the `clusteradm` command to disable the add-ons for all managed clusters.
266
-
267
-```bash
268
-$ clusteradm addon disable --names busybox-addon --all-clusters true
269
-```
270
271
If you delete the `ClusterManagementAddOn` on the hub cluster, the `ManagedClusterAddOn` CRs in all managed cluster
272
namespaces will be deleted too.
273
0 commit comments