hetzner-k3s icon indicating copy to clipboard operation
hetzner-k3s copied to clipboard

Validate name for worker_node_pools.

Open DeprecatedLuke opened this issue 9 months ago • 2 comments

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.

DeprecatedLuke avatar May 27 '24 21:05 DeprecatedLuke