-
Notifications
You must be signed in to change notification settings - Fork 884
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
ingress stable networking api #590
ingress stable networking api #590
Conversation
Thanks for this PR, it is required for K8S 1.22. I hope it will be merged soon :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you also mind adding a test in test/unit/server-ingress.bats
for the old Ingress style?
Something like:
helm template \
--show-only templates/server-ingress.yaml \
--set 'server.ingress.enabled=true' \
--kube-version 1.18.3 \
.
And then check for the apiVersion, serviceName, and servicePort.
@tvoran sorry for the delay, updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@tvoran is there an ETA for this change to be released? Thanks! |
@np-13 Probably next week. |
* Moved ingress to stable networking api * lower versions support * ingress disabled by default * added tests for old k8s
Moved ingress to stable api
#587