Ingress-nginx: Restart nginx controller?

Created on 6 Jun 2018  路  2Comments  路  Source: kubernetes/ingress-nginx

For debugging purposes, I want to kubectl exec -it nginx-controller bash, update the /etc/nginx/nginx.conf, and restart nginx. How do I restart it? (don't want to delete the pod)

Most helpful comment

@pcj please use the slack channel #ingress-nginx to ask questions.

All 2 comments

Running nginx -s reload from the container.

@pcj please use the slack channel #ingress-nginx to ask questions.

Was this page helpful?
0 / 5 - 0 ratings