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
As instructed by the UKS team (and as mentioned in the official k8s docs), I'm trying to set the node.kubernetes.io/exclude-from-external-load-balancers label on UKS nodes.
╷
│ Error: Invalid Attribute Value Length
│
│ with upcloud_kubernetes_node_group.example,
│ on example.tf line 20, in resource "upcloud_kubernetes_node_group" "example":
│ 20: "node.kubernetes.io/exclude-from-external-load-balancers" = ""
│ 21: }
│
│ Attribute labels["node.kubernetes.io/exclude-from-external-load-balancers"] string length must be between 2 and 32, got: 55
Label can be set manually (using kubectl) after node creation perfectly fine. Verified on latest version of the provider (v5.23.1).