ch4dwick commented on issue #1082: URL: https://github.com/apache/apisix-ingress-controller/issues/1082#issuecomment-1666402266
> Why can't you just make this plugin to work with the default 443 https port out of the box? It's too difficult for newcomers like me to figure out how to get it working correctly even if you just throw the documentation here. It still looks too complicated for me to figure out where the `conf/config.yaml` file really is in my kubernetes cluster. Just want to share this. I've been fumbling around with this all week. Apparently, the configs for apisix are store in the configmaps. So you do this: > kubectl edit configmap -n <your apisix namespace> apisix-gateway > kubectl edit configmap -n <your apisix namespace> apisix I find that restarting the deployment is more reliable than just reloading as it needs to remount the files. -- 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]
