This is an automated email from the ASF dual-hosted git repository.

bzp2010 pushed a commit to branch v2.0.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/v2.0.0 by this push:
     new af4bda28 docs: mismatched namespace example of gatewayproxy (#2683)
af4bda28 is described below

commit af4bda28dfad8b8bdb0eaa044e3524490e765e1a
Author: Zeping Bai <[email protected]>
AuthorDate: Fri Dec 19 12:27:23 2025 +0800

    docs: mismatched namespace example of gatewayproxy (#2683)
---
 docs/en/latest/upgrade-guide.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/en/latest/upgrade-guide.md b/docs/en/latest/upgrade-guide.md
index 82fd6aa6..d4b1db32 100644
--- a/docs/en/latest/upgrade-guide.md
+++ b/docs/en/latest/upgrade-guide.md
@@ -108,7 +108,6 @@ From version 2.0.0, the data plane must be connected via 
the `GatewayProxy` CRD:
 apiVersion: networking.k8s.io/v1
 kind: IngressClass
 metadata:
-  namespace: ingress-apisix
   name: apisix
 spec:
   controller: "apisix.apache.org/apisix-ingress-controller"
@@ -116,7 +115,7 @@ spec:
     apiGroup: "apisix.apache.org"
     kind: "GatewayProxy"
     name: "apisix-proxy-config"
-    namespace: "default"
+    namespace: "ingress-apisix"
     scope: "Namespace"
 ---
 apiVersion: apisix.apache.org/v1alpha1

Reply via email to