diff options
-rw-r--r-- | doc/administration/troubleshooting/kubernetes_cheat_sheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/troubleshooting/kubernetes_cheat_sheet.md b/doc/administration/troubleshooting/kubernetes_cheat_sheet.md index c397af4a892..c29500fb467 100644 --- a/doc/administration/troubleshooting/kubernetes_cheat_sheet.md +++ b/doc/administration/troubleshooting/kubernetes_cheat_sheet.md @@ -97,7 +97,7 @@ and they will assist you with any issues you are having. command `gitlab-ctl tail`: ```bash - kubectl logs -f -lrelease=gitlab --all-containers=true --max-log-requests=100 + kubectl logs -f -l release=gitlab --all-containers=true --max-log-requests=100 ``` - Check all events in the `gitlab` namespace (the namespace name can be different if you |