AlinsRan commented on issue #2681: URL: https://github.com/apache/apisix-ingress-controller/issues/2681#issuecomment-3685505605
ref: https://github.com/apache/apisix-ingress-controller/commit/dcf3b593333e2b326a5ab76272a0dee2ac2e6b48 @Richard0706 You need to specify the target namespace for ingressClass. ```yaml apiVersion: networking.k8s.io/v1 kind: IngressClass metadata: annotations: meta.helm.sh/release-name: apisix meta.helm.sh/release-namespace: apisix-ingress creationTimestamp: "2025-12-17T13:36:58Z" generation: 2 labels: app.kubernetes.io/managed-by: Helm name: apisix resourceVersion: "120959668" uid: 24c995b4-95d3-4cb9-bb90-4cb07613b9ec spec: controller: apisix.apache.org/apisix-ingress-controller parameters: apiGroup: apisix.apache.org kind: GatewayProxy name: apisix-config namespace: "apisix-ingress" scope: "Namespace" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
