From d9e51cccf856827f48c6251b7dab13374d2f3e55 Mon Sep 17 00:00:00 2001 From: Vicente Zepeda Mas Date: Thu, 15 Oct 2020 17:49:08 +0200 Subject: [PATCH] Adds namespace to helm commands Signed-off-by: Vicente Zepeda Mas --- adoc/admin-logging-centralized.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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