Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: clean up addon cmd examples
Signed-off-by: Artur Shad Nik <[email protected]>
  • Loading branch information
arturshadnik committed Jul 18, 2025
commit ae127e9084ba6f32386529c5a6cedf80ed4f2f14
6 changes: 0 additions & 6 deletions content/en/docs/developer-guides/addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,6 @@ You also can use the `clusteradm` command to disable the add-on for a managed cl
$ clusteradm addon disable --names busybox-addon --clusters cluster1
```

You can also use the `clusteradm` command to disable the add-ons for all managed clusters.

```bash
$ clusteradm addon disable --names busybox-addon --all-clusters true
```

If you delete the `ClusterManagementAddOn` on the hub cluster, the `ManagedClusterAddOn` CRs in all managed cluster
namespaces will be deleted too.

Expand Down