Fix addon enable command (#491)

Signed-off-by: Rokibul Hasan <mdrokibulhasan@appscode.com>
This commit is contained in:
Rokibul Hasan
2024-06-03 12:40:29 +06:00
committed by GitHub
parent 4e9859b0b6
commit a115625fab

View File

@@ -16,7 +16,7 @@ clusteradm install hub-addon --names application-manager
Install application manager agent on all the managed clusters
```
clusteradm addon enable --name application-manager --cluster cluster1,cluster2
clusteradm addon enable --names application-manager --cluster cluster1,cluster2
```
You will see that all agents is available after waiting a while