Is it possible to modify the labels of an agentless nodes after creation ? #55459
-
Is it possible to modify the labels of an agentless nodes after creation ? |
Beta Was this translation helpful? Give feedback.
Answered by
stevenGravy
Jun 5, 2025
Replies: 1 comment
-
Yes, you can edit or recreate the node. Use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
naelhrrd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can edit or recreate the node. Use
tctl get nodes/<id>
to retrieve the node configuration.tctl create -f node.yaml
allows for updating the values.