Adrian Chifor
Adrian Chifor
@FuzzOli87 do you have an example of the k8s artifact or configuration on how you got linkerd-tcp setup alongside linkerd in a CNI config DaemonSet? I can't seem to find...
@petrkozorezov can you rebase and resolve the conflict with zcli, otherwise good to merge
@splix We're also seeing this continuously (every few seconds) on ethereum ``` 2022-28-11 21:34:08.274 | WARN | QuorumRpcReader | Did not get any result from upstream. Method [eth_blockNumber] using [Quorum:...
Thx for the PR. Might be worth merging this into `k8s-1.8` branch, as `v1beta1` would break on
Duplicate of https://github.com/onfido/k8s-cleanup/pull/8. I don't have write permissions anymore to this repo but maybe @pmaccacaro or @emalihin can help.
Evicted pods don't show up when -a is not mentioned. An option is to move to `-o wide` maybe, but needs testing.
Your code needs to handle `SIGTERM`. Default grace period is 30s but you can increase that with setting `terminationGracePeriodSeconds` if your code needs more time to finish and clean up....
`PreStop` is only called after your code enters terminated or completed state, so you would still need to handle `SIGTERM`. Readiness probe is not related to pod signaling, just to...
Here's an example for python: https://stackoverflow.com/questions/18499497/how-to-process-sigterm-signal-gracefully `terminationGracePeriodSeconds` is just the time difference between the `SIGTERM` and `SIGKILL`
Input would still be jsonnet and kadet. The functionality that needs to be added is the `json -> toml` and `json -> xml` dumpers.