From e2ee1eec50aa8df8543d7ecc585ec0ba5ee544ac Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 8 Apr 2020 03:09:31 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/administration/troubleshooting/kubernetes_cheat_sheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/administration/troubleshooting/kubernetes_cheat_sheet.md') diff --git a/doc/administration/troubleshooting/kubernetes_cheat_sheet.md b/doc/administration/troubleshooting/kubernetes_cheat_sheet.md index 0a4e65add4f..30ef3da3a99 100644 --- a/doc/administration/troubleshooting/kubernetes_cheat_sheet.md +++ b/doc/administration/troubleshooting/kubernetes_cheat_sheet.md @@ -168,7 +168,7 @@ and they will assist you with any issues you are having. kubectl exec -it -- /srv/gitlab/bin/rails dbconsole -p ``` -- How to get info about Helm installation status: +- How to get information about Helm installation status: ```shell helm status name-of-installation @@ -199,7 +199,7 @@ and they will assist you with any issues you are having. helm upgrade -f gitlab.yaml ``` -- How to get the manifest for a release. It can be useful because it contains the info about +- How to get the manifest for a release. It can be useful because it contains the information about all Kubernetes resources and dependent charts: ```shell -- cgit v1.2.3