-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restart nginx in case of errors in the master process #29
Comments
Here is the pod yaml you asked for:
|
can you expose that as a liveness probe instead, and get the kubelet to do it automatically? I mean, there's no way you're going to detect all errors that might arise at runtime without spinning off a goroutine, and if you do, you're basically re-implementing something we already expose throug the api |
fixed in #31 |
haoqing0110
referenced
this issue
in stolostron/management-ingress
Mar 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/kubernetes/ingress/blob/master/controllers/nginx/pkg/cmd/controller/nginx.go#L101
The text was updated successfully, but these errors were encountered: