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

extensions/v1beta1 Ingress is deprecated #2157

Closed
lburgazzoli opened this issue Mar 22, 2021 · 6 comments · Fixed by #2084
Closed

extensions/v1beta1 Ingress is deprecated #2157

lburgazzoli opened this issue Mar 22, 2021 · 6 comments · Fixed by #2084
Labels
good first issue Does not require full understanding of the codebase
Milestone

Comments

@lburgazzoli
Copy link
Contributor

Running operator against OpenShift 4.6 and noticed:

W0322 15:58:35.370055   10528 warnings.go:67] extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
@nicolaferraro nicolaferraro added this to the 1.4.0 milestone Mar 22, 2021
@nicolaferraro nicolaferraro added the good first issue Does not require full understanding of the codebase label Mar 22, 2021
@astefanutti
Copy link
Member

A draft PR is open: #2084. It must be adapted, to pass on OpenShift 3, where the newer API is not present.

@lburgazzoli
Copy link
Contributor Author

@astefanutti missed it

@astefanutti
Copy link
Member

@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/.

@astefanutti astefanutti changed the title extensions/v1beta1 Ingress is deprecated extensions/v1beta1 Ingress is deprecated Mar 26, 2021
@nicolaferraro nicolaferraro modified the milestones: 1.4.0, 1.5.0 Apr 13, 2021
@apupier
Copy link
Contributor

apupier commented Jun 17, 2021

Kubernetes 1.22 is planned for the 4th August: https://github.com/kubernetes/sig-release/tree/master/releases/release-1.22#tldr

@nicolaferraro nicolaferraro modified the milestones: 1.5.0, 1.6.0 Jul 5, 2021
@apupier
Copy link
Contributor

apupier commented Sep 1, 2021

some information to potentially help the migration redhat-openshift-ecosystem/community-operators-prod#138 (comment)

@astefanutti
Copy link
Member

astefanutti commented Sep 1, 2021

The migration is rather straightforward, see #2084. The challenge is to handle our e2e tests execution on OpenShift 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Does not require full understanding of the codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants