-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 manifests and API clients to use the networking.k8s.io/v1 API version #20019
Comments
@l0rd |
this issue depends on #19466 |
v1beta1
will be deprecated in v1.22
related issue on DWO side devfile/devworkspace-operator#543 |
Remaining task #20298 |
For information, Che is not working with latest released Kubernetes 1.22.0 as this deprecated |
@apupier |
latest released Eclipse Che 7.35.2 |
Should work for upcoming |
Is your task related to a problem? Please describe.
The extensions/v1beta1 and networking.k8s.io/v1beta1 API versions of Ingress will no longer be served in v1.22.
Currently
extensions/v1beta1
is used:https://github.com/eclipse-che/che-server/blob/main/pom.xml#L75
https://github.com/eclipse-che/che-server/blob/main/infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/util/Ingresses.java#L18
Describe the solution you'd like
Migrate manifests and API clients to use the networking.k8s.io/v1 API version, available since v1.19. [1]
Describe alternatives you've considered
N/A
Additional context
N/A
[1] https://kubernetes.io/docs/reference/using-api/deprecation-guide/#ingress-v122
[2] https://kubernetes.io/releases/
Sub tasks
The text was updated successfully, but these errors were encountered: