Skip to content
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

fix: make zone in subnet optional #921

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ederst
Copy link

@ederst ederst commented Feb 23, 2023

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 ederst force-pushed the do-not-require-subnet-zone branch from 9862073 to 41c022f Compare May 11, 2023 14:33
@ederst ederst force-pushed the do-not-require-subnet-zone branch from 6981fb4 to f36cb04 Compare June 1, 2023 20:48
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`.
@ederst ederst force-pushed the do-not-require-subnet-zone branch from f36cb04 to ed6c3d5 Compare June 22, 2023 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting "zone" in the subnet spec should not be required
1 participant