When using our helmchart, the example commands provided in the UI for adding nodes, both for the Helm and Existing Cluster tabs, do not include the claim URL.
Expected behavior
Include the --parent.claiming.url parameter with the proper claiming URL.
Steps to reproduce
Go to space settings.
Go to the Nodes section.
Click the plus button to add new nodes.
Click on "Kubernetes (Helm)"
Observe missing parameter
Screenshots
Error Logs
No response
Desktop
No response
Additional context
Additionally, we should not enable claiming for child nodes in this setup. The recommended deployment strategy is that only top-level parent Agents are claimed to Cloud. By having child Agents stream to such parent Agents, they will automatically report through that parent. Also note that the k8sState Agent that is installed, is not claimed directly either.
I recommend that we remove the child related parameters.
Bug description
When using our helmchart, the example commands provided in the UI for adding nodes, both for the
Helm
andExisting Cluster
tabs, do not include the claim URL.Expected behavior
Include the
--parent.claiming.url
parameter with the proper claiming URL.Steps to reproduce
Screenshots
Error Logs
No response
Desktop
No response
Additional context
Additionally, we should not enable claiming for child nodes in this setup. The recommended deployment strategy is that only top-level parent Agents are claimed to Cloud. By having child Agents stream to such parent Agents, they will automatically report through that parent. Also note that the
k8sState
Agent that is installed, is not claimed directly either.I recommend that we remove the child related parameters.