From 83b36871c3ce628f745630cb8288e08dffb33486 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Thu, 28 May 2026 17:10:15 +0200 Subject: [PATCH] Add ingressClassName to Kubernetes CRD provider migration guide --- docs/content/migrate/v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/migrate/v3.md b/docs/content/migrate/v3.md index 36a959b3e..e8d889470 100644 --- a/docs/content/migrate/v3.md +++ b/docs/content/migrate/v3.md @@ -80,7 +80,7 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/downloa ### Kubernetes CRD Provider -To use the new options of the `retry` middleware with the Kubernetes CRD provider, you need to update your CRDs. +To use the new options of the `retry` middleware or the new `ingressClassName` field with the Kubernetes CRD provider, you need to update your CRDs. **Apply Updated CRDs:**