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(ui): update ingress api versions in helm chart for newer k8s vers… #1575

Merged

Conversation

markusheinemann
Copy link
Contributor

@markusheinemann markusheinemann commented Aug 2, 2021

fixes #1574

I have added an additional condition which applies the newer networking.k8s.io/v1 ingress configuration if the cluster version is greater than 1.19.0.

Maybe it should be considered to check which configuration is used based on Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress" instead of comparing the cluster version. I used the second approach, because it was already implemented like this.

@FxKu
Copy link
Member

FxKu commented Aug 9, 2021

Thanks. Can you also change it in the example manifest for UI here? Just use the newest api version. No need for backwards compatibility here.

@markusheinemann
Copy link
Contributor Author

done 😊

@FxKu
Copy link
Member

FxKu commented Aug 12, 2021

👍

1 similar comment
@Jan-M
Copy link
Member

Jan-M commented Aug 12, 2021

👍

@FxKu FxKu merged commit 47dc0a9 into zalando:master Aug 12, 2021
@FxKu
Copy link
Member

FxKu commented Aug 12, 2021

Thanks @markus-codes for your contribution.

@FxKu FxKu added this to the 1.7 milestone Aug 12, 2021
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.

UI-Ingress is Deprecated
4 participants