Richard0706 commented on issue #2681: URL: https://github.com/apache/apisix-ingress-controller/issues/2681#issuecomment-3668500886
> Hi [@Richard0706](https://github.com/Richard0706), does adding a namespace to IngressClass still not work? Yes, even after I manually edited and saved it, it still didn't take effect when I checked it again. **kubectl edit ingressclasses.networking.k8s.io apisix** ``` [root@master01 ~]# kubectl get ingressclasses.networking.k8s.io apisix -o 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 scope: null ``` -- 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]
