Richard0706 commented on issue #2681: URL: https://github.com/apache/apisix-ingress-controller/issues/2681#issuecomment-3670736708
> Hi [@Richard0706](https://github.com/Richard0706), what is your kubernetes cluster version? [root@master01 ~]# kubectl version Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.14", GitCommit:"0f77da5bd4809927e15d1658fb4aa8f13ad890a5", GitTreeState:"clean", BuildDate:"2022-06-15T14:17:29Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.14", GitCommit:"0f77da5bd4809927e15d1658fb4aa8f13ad890a5", GitTreeState:"clean", BuildDate:"2022-06-15T14:11:36Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/amd64"} In the ingress chart, I set: ``` 122 gatewayProxy: 123 # -- Controls whether to create a default GatewayProxy custom resource. 124 createDefault: true ``` and during Helm installation, `--set ingress-controller.gatewayProxy.createDefault=true` is still set. -- 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]
