-
Upgrading Nginx Ingress Controller from V1.1.1 to V1.12.0
While upgrading the Nginx Ingress Controller, I encountered a few issues with the controller pod startup. Here are the problems and their solutions: 1. Cross-namespace secret is not supported If you have your mTLS CA as a secret in the namespace where the controller is deployed, you’ll face this issue. After the upgrade, the ingress…
-
Discourse with Docker on port 80
Discourse can cause you trouble if you have it running(listening) on a non-standard port inside the Docker instance. (the feed, google auth return url have the port and host info in them) (assuming you would like to serve requests from a standard http(s) port). To make it work smoothly, I had to make it listen…
-
WordPress + Nginx + Permalinks Rewrite rules
The following works for me: I have my blog here: http://www.trk7.com/blog/and my permalink structure is: /%postname%/