Commit a6fe8919 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'fix-agent-troubleshooting-command' into 'master'

Fix command for agent troubleshooting

See merge request gitlab-org/gitlab!80174
parents a0e120bf 728eda05
......@@ -11,7 +11,7 @@ When you are using the GitLab Agent for Kubernetes, you might experience issues
You can start by viewing the service logs:
```shell
kubectl logs -f -l=app=gitlab-kubernetes-agent -n gitlab-kubernetes-agent
kubectl logs -f -l=app=gitlab-agent -n gitlab-kubernetes-agent
```
If you are a GitLab administrator, you can also view the [GitLab Agent Server logs](../../../administration/clusters/kas.md#troubleshooting).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment