diff --git a/cmk.py b/cmk.py index eeae16a8..8008f156 100755 --- a/cmk.py +++ b/cmk.py @@ -47,7 +47,7 @@ software. --cmk-cmd-list= Comma seperated list of CMK sub-commands to run on each host - [default: init,reconcile,install,discover,nodereport]. + [default: init,install,discover,rediscover,reconcile,nodereport]. --cmk-img= CMK Docker image [default: cmk:v1.3.1]. --cmk-img-pol= Image pull policy for the CMK Docker image [default: IfNotPresent]. diff --git a/docs/cli.md b/docs/cli.md index e00ae2d9..f1a7f330 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -1030,7 +1030,7 @@ $ docker run -it --volume=/etc/cmk:/etc/cmk:rw \ ### `cmk uninstall` Removes `cmk` from a node. Uninstall process reverts `cmk cluster-init`: - - deletes `cmk-reconcile-nodereport-pod-{node}` if present + - deletes `cmk-rediscover-reconcile-nodereport-pod-{node}` if present - removes `NodeReport` from Kubernetes ThirdPartyResources if present - removes `ReconcileReport` from Kubernetes ThirdPartyResources if present - removes cmk node label if present diff --git a/docs/html/docs/cli.html b/docs/html/docs/cli.html index 939f30d6..fcadb9c2 100644 --- a/docs/html/docs/cli.html +++ b/docs/html/docs/cli.html @@ -1027,7 +1027,7 @@

Removes cmk from a node. Uninstall process reverts cmk cluster-init: