Hi,
On Traefik Kubernetes Gateway API Documentation - Traefik is stated that I only have to enable the experimentalChannel on the kubernetesGateway:
When using the Traefik Helm Chart, the CRDs (Custom Resource Definitions) and RBAC (Role-Based Access Control) are automatically managed for you. The only remaining task is to enable the kubernetesGateway in the chart values.
providers:
kubernetesGateway:
enabled: true
# This option currently enables support for TCPRoute and TLSRoute
experimentalChannel: true
But the CRDs are not installed. Any idea?