This is an automated email from the ASF dual-hosted git repository.
bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new dcf3b593 docs: mismatched namespace example of gatewayproxy (#2682)
dcf3b593 is described below
commit dcf3b593333e2b326a5ab76272a0dee2ac2e6b48
Author: Zeping Bai <[email protected]>
AuthorDate: Fri Dec 19 11:48:54 2025 +0800
docs: mismatched namespace example of gatewayproxy (#2682)
---
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