Add support for ingressClassName #217
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I just add some minor changes to support specifying ingressClassName to support the newer specification in
networking.k8s.io/v1
. The annotationkubernetes.io/ingress.class: nginx
only works with older APInetworking.k8s.io/v1beta1
.This is part of our move to support kubernetes 1.22.
Hi thank you for the PR, loogs good :)