-
Notifications
You must be signed in to change notification settings - Fork 570
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
Add defaulter & conversion for Internet-facing to internet-facing ELB scheme change #2801
Comments
cc @dilyevsky |
I think we also need this in the defaulter so that it applies to existing v1alpha3 or existing v1alpha4 clusters. |
Discussing with @sedefsavas , I think what we want is: v1alpha3 --> v1alpha3 & v1alpha4 --> v1alpha4, default on Update to corrected value We may also want to call this particular defaulter inside the controller, such that it allows the ELB to complete reconciliation. Calling patch will then update with the corrected value. This can then be removed in v1beta1 such that v1beta1 enforces the correct terminology. |
/assign |
Changes for the v1alpha4 release is described in the open PR: see TODO: Changes to be added to the next v1alpha3 release: Changes to be added to the next v1beta1 release: |
/milestone v1.0.0 |
Thanks for catching this @sedefsavas! (I missed this issue because of a tag typo above 😬 ) |
/kind bug
What steps did you take and what happened:
We fixed an issue about ELB scheme enum values #2768, but forgot to add the conversion for the clusters.
We should fix this before doing a release with #2768 fix in.
Also, we need to backport it to v1alpha3 too.
What did you expect to happen:
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: