terraform-provider-kops icon indicating copy to clipboard operation
terraform-provider-kops copied to clipboard

fix: make zone in subnet optional

Open ederst opened this issue 2 years ago • 0 comments

This makes setting zone in the ClusterSubnetSpec optional.

Technically, kOps does not require this to be set as it will also include the zones from the InstanceGroupSpec:

https://github.com/kubernetes/kops/blob/43cc54b2b1fcd768c7c4992989123541421e25a2/pkg/apis/kops/model/utils.go#L36-L50

fixes: #918

ederst avatar Feb 23 '23 10:02 ederst