-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We should have a way to know when the sub-process is failing via the Kubernetes API.
Some options might be:
- Wrapping the health check: Health check is specified to
ns-reloaderwhich uses it during it's own health check. - Separating ns-reloader and the controller into separate processes, restarting it via a signal.
- This may not be feasible since we want to wrap controllers which are often configured via environment variables and command-line flags.
- Could maybe be done with wrapper script which loads the shared config.
- Posting events via the Kubernetes API indicating the status.
- Returning an error code and terminating the
ns-reloaderprocess if the wrapped process starts to crash loop.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request