You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Motivation
I observed bootnodes being killed by the k8s startup probe in systests:
```
Normal Killing 38s kubelet Container smesher failed startup probe, will be restarted
```
This happens because bootnodes are deployed before poets and they try to reach poets, retry few times and the startup probe times out.
0 commit comments