You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/docs/kagent/introduction/installation/page.mdx
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,32 @@ Another way to install kagent is using Helm.
147
147
```
148
148
</div>
149
149
150
+
## Advanced Configuration
151
+
152
+
Review the following advanced configuration options that you might want to set up for your kagent installation.
153
+
154
+
### Configure the controller service name
155
+
156
+
By default, kagent uses `kagent-controller` as the controller service name when constructing URLs for agent deployments. If you need to customize this name, set the `KAGENT_CONTROLLER_NAME` environment variable on the controller pod.
<QuickLinktitle="kagent init"description="Create a bootstrap agent project"href="/docs/kagent/resources/cli/kagent-init" />
16
+
<QuickLinktitle="kagent add-mcp"description="Add an MCP server entry to kagent.yaml"href="/docs/kagent/resources/cli/kagent-add-mcp" />
17
+
<QuickLinktitle="kagent bug-report"description="Generate a bug report for troubleshooting"href="/docs/kagent/resources/cli/kagent-bug-report" />
17
18
<QuickLinktitle="kagent build"description="Build a Docker image for an agent project"href="/docs/kagent/resources/cli/kagent-build" />
19
+
<QuickLinktitle="kagent completion"description="Generate the autocompletion script for kagent for the specified shell"href="/docs/kagent/resources/cli/kagent-completion" />
20
+
<QuickLinktitle="kagent dashboard"description="Open the kagent dashboard"href="/docs/kagent/resources/cli/kagent-dashboard" />
18
21
<QuickLinktitle="kagent deploy"description="Deploy an agent to Kubernetes"href="/docs/kagent/resources/cli/kagent-deploy" />
<QuickLinktitle="kagent dashboard"description="Open the kagent dashboard"href="/docs/kagent/resources/cli/kagent-dashboard" />
24
-
<QuickLinktitle="kagent version"description="Print the kagent version information"href="/docs/kagent/resources/cli/kagent-version" />
25
-
<QuickLinktitle="kagent bug-report"description="Generate a bug report for troubleshooting"href="/docs/kagent/resources/cli/kagent-bug-report" />
26
-
<QuickLinktitle="kagent add-mcp"description="Add an MCP server entry to kagent.yaml"href="/docs/kagent/resources/cli/kagent-add-mcp" />
27
-
<QuickLinktitle="kagent run"description="Run an agent project locally with docker-compose and launch chat interface"href="/docs/kagent/resources/cli/kagent-run" />
28
27
<QuickLinktitle="kagent mcp"description="MCP server management commands"href="/docs/kagent/resources/cli/kagent-mcp" />
28
+
<QuickLinktitle="kagent run"description="Run an agent project locally with docker-compose and launch chat interface"href="/docs/kagent/resources/cli/kagent-run" />
29
+
<QuickLinktitle="kagent uninstall"description="Uninstall kagent from a Kubernetes cluster"href="/docs/kagent/resources/cli/kagent-uninstall" />
30
+
<QuickLinktitle="kagent version"description="Print the kagent version information"href="/docs/kagent/resources/cli/kagent-version" />
| controller.env | list |[]|Additional environment variables to set on the controller pod. For example, set `KAGENT_CONTROLLER_NAME` to customize the controller service name used for the kagent controller deployments.|
0 commit comments