livekit / livekit-helm

LiveKit Helm charts
https://docs.livekit.io
Apache License 2.0
50 stars 59 forks source link

Deprecated warning for Kubernetes 1.19 and later #95

Open Q00 opened 7 months ago

Q00 commented 7 months ago

Hello, I tried to deploy livekit with eks.

I found the warning about deprecated ingress annotation when I command "helm install".

W0207 22:19:34.660821    5648 warnings.go:70] annotation "kubernetes.io/ingress.class" is deprecated, please use 'spec.ingressClassName' instead

I think I can fix the livekit ingrees.yml to use spec.ingressClassName. Can I make a PR for this warning?

davidzhao commented 7 months ago

yes, a PR would be great!