Hi guys, I have a question about the traefik compo...
# k3s
q
Hi guys, I have a question about the traefik component that comes with k3s. It is installed by default, but it doesn't create a traefik gatewayclass. How am I suppose to this it? If I disable traefik when installing k3s, and install the official traefik helm chart, a Gatewayclass is registered.
c
because its new
upstream project is here if you want to ask questions. that’s not our chart, we just mirror it. https://github.com/traefik/traefik-helm-chart/blob/master/traefik/values.yaml#L310-L312
q
oh...it's disabled in upstream. I think gatewayapi has been out for quite some time now.
c
it has been, but the resource types (CRDs) aren’t even built in to Kubernetes, like Ingress is. So… you have to opt into it.
1