docker-nginx-controller icon indicating copy to clipboard operation
docker-nginx-controller copied to clipboard

Docker support for NGINX Controller Agent in Containers

Results 5 docker-nginx-controller issues
Sort by recently updated
recently updated
newest added

I have been trying for a while to use TLSv1.3 with this nginx image. Tried installing openssl 1.1.1 directly into the image via the following lines: ``` # Install openssl...

the controller could discover the controller agent, but when adding gateway, it complains error from controller UI ``` Error: {"key": "instance:cilium-worker:unspecified::", "type": "failed", "Message": "Failed testing config before applying: nginx:...

Hello, I noticed that setting in the deployment manifest: env: - name: ENV_CONTROLLER_API_URL value: "https://nc-apim.f5.ff.lan/1.4/" doesn't allow the controller agent communicate with NGINX Controller, whereas: env: - name: ENV_CONTROLLER_API_URL value:...

while building the image, ran into ``` #8 38.61 + curl -k -sS -L https://ngx-ctlr-master.localhost/install/controller-agent #8 38.67 curl: (6) Could not resolve host: ngx-ctlr-master.localhost ``` the `ngx-ctlr-master.localhost` is the nginx...

Hello, all Dockerfiles work fine with k8s but with OpenShift there is some issue on a permission denied when the agent starts, as it can't write anything in /etc/controller-agent. The...