Michael Göhler
Michael Göhler
At least in etcd, [the upper limit of election timeout is 50000ms (50s)](https://etcd.io/docs/latest/tuning/#time-parameters).
In my case it turned out, that `renderers/CMakeFiles/ilclient.dir/opt/vc/src/hello_pi/libs/ilclient/ilclient.c.o` got corrupted (0 bytes) during the crash and make didn't detect that during subsequent builds. Deleting this file and running `make -j1`...
#262 seems related.
I was not able to run all tests, because I do not own a docker hub account. Can you please run them before release?
@RyanTheAllmighty, can you please have a look on this? Thanks!
Maybe we can contribute by writing an anti-stale bot. /remove-lifecycle stale
Doesn’t #1125 solve this? Something along: ``` topologySpreadConstraints: - maxSkew: 1 topologyKey: 'topology.kubernetes.io/zone' whenUnsatisfiable: ScheduleAnyway labelSelector: matchLabels: ... ```
@VietND96, unfortunately `.Values.autoscaling.patchObjectFinalizers.annotations` is propagated to the jobs `.metadata`, not to `.spec.template.metadata` (which will be propagated to the jobs pod).
Thanks. Refactored and merged as `-j`.
Yes, right. But even the it’s better to fail instead if using a random SG via `sgs[0]`.