-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Talos Worker Nodes Labels. #3
Comments
Can you elaborate a bit, are you trying to update nodeLabels after Talos cluster is provisioned? In that case I would suggest to follow this guide: https://www.talos.dev/v1.5/talos-guides/configuration/editing-machine-configuration/ |
So I'm applying the machine config for the control plane nodes... then bootstrapping and finally applying the config for the worker nodes. The same thing you did in this repo using the Terraform provider. The nodeLabels are however not being applied and I'm getting the error I'm mentioned above. |
Hi, I was not able to reproduce that issue. Am I right in saying that you are using talosctl instead of terraform code in this repo? If so, might be related to talosctl version then. |
I was able to solve it by upgrading to version 1.53 |
Hi! I really appreciate you taking the time on this repo.
I've an issue with the worker nodes labels in the
worker.yaml
file for Talos worker nodes. When I try to update the node labels usingmachine.nodeLabels
like you've done in this repo, I'm getting an error that the node isn't permitted to update/modify the node labels.How did you get the configuration to work for you? I've tried looking around the repo with no success.
The text was updated successfully, but these errors were encountered: