Skip to content

Commit

Permalink
Adds namespace to helm commands (#1033)
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Zepeda Mas <vzepedamas@suse.com>
  • Loading branch information
Vicente Zepeda committed Oct 16, 2020
1 parent 9615e31 commit 5c06033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adoc/admin-logging-centralized.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <RELEASE_NAME>
helm status <RELEASE_NAME> --namespace kube-system
----

- To uninstall log agents, use the `helm delete` command:
----
helm delete --purge <RELEASE_NAME>
helm delete --purge <RELEASE_NAME> --namespace kube-system
----
Or if you have selected the Helm 3 alternative also see <<helm-tiller-install>>:
----
helm uninstall <RELEASE_NAME>
helm uninstall <RELEASE_NAME> --namespace kube-system
----

== Queuing
Expand Down

0 comments on commit 5c06033

Please sign in to comment.