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

Use k8s.io/api/networking/v1beta1 Ingress. #217

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

HoustonPutman
Copy link
Contributor

Resolves #214

Replaces the k8s.io/api/extensions/v1beta1 Ingress with the k8s.io/api/networking/v1beta1 Ingress.

Initially I tried to replace with k8s.io/api/networking/v1, however that is not stable until Kubernetes v1.19. So we will want to wait to upgrade to v1 until our minimum supported Kubernetes version is v1.19.

@HoustonPutman HoustonPutman merged commit e71db74 into apache:main Feb 17, 2021
@HoustonPutman HoustonPutman deleted the up-to-date-resources branch February 17, 2021 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extensions/v1beta1 Ingress is deprecated
2 participants