This message was deleted.
# general
a
This message was deleted.
c
Welcome to Kubernetes. You can do lots of things with it so there are lots of things to manage.
w
like i’ve been thrown in deep end learning it, but like i can’t keep it straight. There’s so much “configuration” and it’s hard to know definitively what those options are
is that normal?
Like example… the rke2-ingress-nginx.yaml has global.systemDefaultIngressClass: ingress-nginx. I couldn’t find it in https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml But at the very top of that page it’s “ingressClassName: nginx” running kubectl get ingressclass -A, shows the “nginx” ingress class… but if you run “kubectl describe ingressclass nginx” from my understanding there should be a “Annotation: ingressclass.kubernetes.io/is-default-class: true” but it isn’t there