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
The name field for the worker_node_pools is not validated which will result in:
E0527 21:53:30.089025 1 hetzner_node_group.go:119] failed to create error: could not create server type cpx21 in region fsn1: invalid input in field 'name' (invalid_input)
(I used _'s in this case)
The same logic that is used for the cluster_name field should be applied to the worker_node_pools name field.
The text was updated successfully, but these errors were encountered:
The name field for the worker_node_pools is not validated which will result in:
(I used _'s in this case)
The same logic that is used for the cluster_name field should be applied to the worker_node_pools name field.
The text was updated successfully, but these errors were encountered: