-
Notifications
You must be signed in to change notification settings - Fork 301
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
Migrate Ingress type to networking.k8s.io/v1beta1 #770
Comments
Hi, Given that for a while clusters from I wonder if I will keep digging on my own, but out of curiosity do you have any plan already in mind? how do you handle such cases? Thanks |
@snebel29 we (ingress-nginx) check the k8s version https://github.com/kubernetes/ingress-nginx/blob/master/internal/ingress/controller/store/store.go#L270 for the informer and switched everything to networking.k8s.io internally in the ingress controller using a helper https://github.com/kubernetes/ingress-nginx/blob/930e37a0b520cfde5f880cca809d1b7cbe300db5/internal/ingress/controller/store/store.go#L910 for clusters running k8s < 1.14.0 |
Oh, this is great @aledbf ! Saludos y gracias |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I think this should be good to go /close |
@cmluciano: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The deprecation process for the Ingress extensions type is almost complete and 1.15 will persist Ingress types in the new networking.k8s.io/v1beta1 . This report is to track ingress-gce moving to the new api group similar to the ingress-nginx PR.
cc @bowei @freehan
The text was updated successfully, but these errors were encountered: