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

[Helm] Updated Ingress to support networking.k8s.io/v1 API version. #1461

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

karok2m
Copy link
Contributor

@karok2m karok2m commented Nov 11, 2021

We were getting the following warning when deploying azure-industrial-iot Helm chart against Kubernetes 1.19:

W1105 15:44:43.658331   32952 warnings.go:67] networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress

As the log states, networking.k8s.io/v1beta1 API version that we we using for our Ingress resource is deprecated (but still functional) starting from Kubernetes version 1.19 and will be unavailable starting from 1.22. With this change I've extended template of our Ingress resource to also support networking.k8s.io/v1 API version based on Deprecated API Migration Guide. New resource definitions for Ingress can be found here.

@karok2m karok2m self-assigned this Nov 11, 2021
@karok2m karok2m requested a review from a team as a code owner November 11, 2021 16:41
@karok2m karok2m merged commit 181e87c into main Nov 12, 2021
@karok2m karok2m deleted the kakostan/helm branch November 12, 2021 09:40
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.

2 participants