eficode-academy / kubernetes-katas

Deliberate exercises for Kubernetes
265 stars 275 forks source link

Use ingressClassName instead of annotations #110

Closed michaelin closed 2 months ago

michaelin commented 4 months ago

In exercise frontend-ingress.md you get a warning when applying frontend-ingress.yaml:

Warning: annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead

We should make the change in the exercise files.