diff --git a/adoc/admin-logging-centralized.adoc b/adoc/admin-logging-centralized.adoc index 88e37d113..f28fd5f0b 100644 --- a/adoc/admin-logging-centralized.adoc +++ b/adoc/admin-logging-centralized.adoc @@ -113,16 +113,16 @@ After this step, all of the log agents will initialize then start to forward log - To check the installation progress, use the `helm status` command: ---- -helm status +helm status --namespace kube-system ---- - To uninstall log agents, use the `helm delete` command: ---- -helm delete --purge +helm delete --purge --namespace kube-system ---- Or if you have selected the Helm 3 alternative also see <>: ---- -helm uninstall +helm uninstall --namespace kube-system ---- == Queuing