-
Notifications
You must be signed in to change notification settings - Fork 67
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
annotation "kubernetes.io/ingress.class" is deprecated, use 'spec.ingressClassName' instead #720
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The annotation
kubernetes.io/ingress.class
is deprecated and generates a warning in Kubernetes logs. The current configuration should be updated to use thespec.ingressClassName
field instead.test-infra/prombench/manifests/cluster-infra/3b_prometheus-meta.yaml
Line 260 in 34a189d
test-infra/prombench/manifests/cluster-infra/7b_commentmonitor_deployment.yaml
Line 73 in 34a189d
It may appear in other parts of yaml files.
FYI: More details about this deprecation and changes can be found in
https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#deprecating-the-ingress-class-annotation
The text was updated successfully, but these errors were encountered: