-
Notifications
You must be signed in to change notification settings - Fork 352
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
extensions/v1beta1
Ingress is deprecated
#2157
Comments
A draft PR is open: #2084. It must be adapted, to pass on OpenShift 3, where the newer API is not present. |
@astefanutti missed it |
@lburgazzoli no worries, I'm actually glad somebody else cares 😉. With the recent controller-runtime upgrade (#2087), the deprecation warning are logged, which is useful to anticipate compatibility issues: https://kubernetes.io/blog/2020/09/03/warnings/. |
extensions/v1beta1
Ingress is deprecated
Kubernetes 1.22 is planned for the 4th August: https://github.com/kubernetes/sig-release/tree/master/releases/release-1.22#tldr |
some information to potentially help the migration redhat-openshift-ecosystem/community-operators-prod#138 (comment) |
The migration is rather straightforward, see #2084. The challenge is to handle our e2e tests execution on OpenShift 3. |
Running operator against OpenShift 4.6 and noticed:
The text was updated successfully, but these errors were encountered: