Skip to content
Snippets Groups Projects
Verified Commit 9121ce13 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'helm3_docs'

parents 59ca0f4a 3f42155c
No related branches found
No related tags found
No related merge requests found
......@@ -160,9 +160,9 @@ on the VPS:
* `kubectl`, the Kubernetes control program. The root user is connected to the
cluster automatically.
* `helm` is the "Kubernetes package manager". Use `helm ls` to see what apps are
installed in your cluster. You can also use it to perform manual upgrades;
see `helm --help`.
* `helm` is the "Kubernetes package manager". Use i.e. `helm ls --all-namespaces`
to see what apps are installed in your cluster. You can also use it to perform
manual upgrades; see `helm --help`.
## Using kubectl to debug your cluster
......@@ -256,7 +256,7 @@ could get fetched:
Find applications that fail to install:
helm ls --all | grep -i -v DEPLOYED
helm ls --all-namespaces | grep -i -v DEPLOYED
kubectl get helmreleases --all-namespaces | grep -i -v DEPLOYED
Especially the nextcloud installation process is brittle and error-prone.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment