From 9e0800f93817ec27d18dfd709a54ea1a3ab5de6c Mon Sep 17 00:00:00 2001 From: Nicolas Mengin Date: Tue, 25 Jun 2024 14:20:04 +0200 Subject: [PATCH] Fix the Kubernetes GatewayAPI documentation --- docs/content/providers/kubernetes-gateway.md | 29 ++----------------- .../routing/providers/kubernetes-gateway.md | 2 +- 2 files changed, 3 insertions(+), 28 deletions(-) diff --git a/docs/content/providers/kubernetes-gateway.md b/docs/content/providers/kubernetes-gateway.md index c01159904..08b0b6e09 100644 --- a/docs/content/providers/kubernetes-gateway.md +++ b/docs/content/providers/kubernetes-gateway.md @@ -5,7 +5,7 @@ description: "Learn how to use the Kubernetes Gateway API as a provider for conf # Traefik & Kubernetes with Gateway API -The Kubernetes Gateway API, The Experimental Way. +The Kubernetes Gateway API Controller. {: .subtitle } Gateway API is the evolution of Kubernetes APIs that relate to `Services`, such as `Ingress`. @@ -14,32 +14,7 @@ The Gateway API project is part of Kubernetes, working under SIG-NETWORK. The Kubernetes Gateway provider is a Traefik implementation of the [Gateway API](https://gateway-api.sigs.k8s.io/) specifications from the Kubernetes Special Interest Groups (SIGs). -This provider is proposed as an experimental feature and partially supports Gateway API [v1.0.0](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0) specification. - -!!! warning "Enabling The Experimental Kubernetes Gateway Provider" - - Since this provider is still experimental, it needs to be activated in the experimental section of the static configuration. - - ```yaml tab="File (YAML)" - experimental: - kubernetesGateway: true - - providers: - kubernetesGateway: {} - #... - ``` - - ```toml tab="File (TOML)" - [experimental] - kubernetesGateway = true - - [providers.kubernetesGateway] - #... - ``` - - ```bash tab="CLI" - --experimental.kubernetesgateway=true --providers.kubernetesgateway=true #... - ``` +This provider supports Gateway API [v1.1.0](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.1.0) specification. ## Requirements diff --git a/docs/content/routing/providers/kubernetes-gateway.md b/docs/content/routing/providers/kubernetes-gateway.md index 920a6ccf6..4de6627d6 100644 --- a/docs/content/routing/providers/kubernetes-gateway.md +++ b/docs/content/routing/providers/kubernetes-gateway.md @@ -5,7 +5,7 @@ description: "The Kubernetes Gateway API can be used as a provider for routing a # Traefik & Kubernetes -The Kubernetes Gateway API, The Experimental Way. +The Kubernetes Gateway API Controller. {: .subtitle } ## Configuration Examples