Describe the bug
dkron k8s retry-join seems to exclude itself because readiness probe return non 200
To Reproduce
Steps to reproduce the behavior:
- Add config
retry-join: ['provider=k8s']
- Create statefulset with 1 node
- See error
discover.go:178 [DEBUG] discover: Using provider \"k8s\"
k8s_discover.go:150 [DEBUG] discover-k8s: ignoring pod \"dkron-node-0\", not ready state
Expected behavior
Perhaps the starting dkron node should know itself starting and accept itself joining the cluster?
Specifications