Skip to content

Commit 94aeb7b

Browse files
committed
updates the debug page to reflect the current kagent deployment names
1 parent e0d5784 commit 94aeb7b

File tree

1 file changed

+2
-3
lines changed
  • src/app/docs/kagent/operations/debug

1 file changed

+2
-3
lines changed

src/app/docs/kagent/operations/debug/page.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ This should give you the reason why the agent was rejected.
2929
If it's not there, you can try to get the logs of the agent:
3030

3131
```shell
32-
kubectl logs -n kagent deployment/kagent -c controller
33-
kubectl logs -n kagent deployment/kagent -c app
32+
kubectl logs -n kagent deployment/kagent-controller
33+
kubectl logs -n kagent deployment/kagent-ui
3434
```
3535

3636
You can also set the logging level to `DEBUG` to get more detailed logs from the agent pod. To do that, edit the agent resource and add the `LOG_LEVEL` environment variable to the `deployment` field:
@@ -46,4 +46,3 @@ spec:
4646
```
4747

4848
You can also ask for help in the [community](https://discord.gg/Fu3k65f2k3) or log an issue on [GitHub](https://github.com/kagent-dev/kagent). You can create a bug report using the kagent CLI by running `kagent bug-report`. Before attaching files to your bug report, make sure they don't contain any sensitive information!
49-

0 commit comments

Comments
 (0)