Logs / k8s events from scheduler that failed to start?
Open
- Dominant language
- Python
- Stars
- 148
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
If a cluster is created, and the scheduler crashes for some reason, for example because it contained an old version of dask-gateway, that is an error very hard to get informed about.
Is there a way to capture something about this perhaps? Here is the `loglevel: DEBUG` logs from such sequence.
I know that when for example `cert-manager`'s controller works to get a certificate from Let's encrypt because it found a Certificate resource of a cert-manager kind, it will send events that can be seen on the certificate. Perhaps a nice thing to do could be to emit k8s events from the controller about what it experienced about the failure to start the dask cluster.
Contributor guide
Assessment
This issue has not been assessed yet.