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 incorrectly marked as deprecated in 1.16 #910

Closed
brandonkal opened this issue Dec 7, 2019 · 0 comments · Fixed by #918
Closed

extensions/v1beta1/Ingress incorrectly marked as deprecated in 1.16 #910

brandonkal opened this issue Dec 7, 2019 · 0 comments · Fixed by #918
Assignees
Milestone

Comments

@brandonkal
Copy link

Problem description

Pulumi k8s helm refuses to deploy a helm chart with an ingress with apiVersion "extensions/v1beta1" was removed in Kubernetes 1.16 but this will continue to be served until 1.20.

As suggested in Slack, I am opening this issue here.

See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#deprecations-and-removals

  • I saw an issue in the following Pulumi Program:
    deploying openfaas helm chart via pulumi

Suggestions for a fix

It appears the entire "extensions/v1beta1" is marked as deprecated in 1.1.6. However, the Ingress resource should not be considered deprecated until 1.20. Perhaps a warning would be more appropriate, not a hard fail.

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 a pull request may close this issue.

3 participants