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: platform/_partials/cluster/connect-helm.mdx
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,5 +88,14 @@ import Expander from '@site/src/components/Expander'
88
88
89
89
This command automatically installs the [vCluster Platform Agent](/docs/platform/administer/clusters/advanced/agent-config) in the cluster that is your current context.
90
90
However, if you want to connect a cluster that is not your current context, you can append the `--kube-context` flag to specify the context of the cluster you want to connect.
91
+
92
+
You can also retrieve pre-configured agent values from your platform by appending the `--values` flag with the platform endpoint `--values "https://$HOST/clusters/agent-values/$CLUSTER_NAME?token=$TOKEN"`.
93
+
- `$HOST` — your vCluster Platform domain
94
+
- `$CLUSTER_NAME` — the name you're assigning to the cluster being connected (e.g., `cluster-name`)
95
+
- `$TOKEN` — the authentication token to access your vCluster Platform
96
+
The endpoint returns an intelligently merged content of
97
+
- Platform-level defaults configured in the `agentValues` field of your vCluster Platform Helm values
98
+
- Cluster-specific overrides from the `loft.sh/agent-values` annotation (when present)
0 commit comments