mchtech
mchtech
## Expected Behavior ## Current Behavior crash: concurrent map iteration and map write ## Possible Solution ## Steps to Reproduce (for bugs) 1. rollout restart deployment ## Context ``` fatal...
## Pull Request template **Why is this PR required? What issue does it fix?**: helper pod does not need a individual IP. setting `hostNetwork=true` can skip PodIP assignment step and...
## What this PR does / why we need it: `metadata.namespace` is missing in some templates. this is needed for when helm is used purely as a templating tool, since...
Some disk backends support `discard` feature to release unused blocks on underlying storage. It will take a long time to discard blocks when using `mkfs` to format, if large "rawfile"...
Add IRQ PSI metrics. Fixes: https://github.com/prometheus/node_exporter/issues/2902
### What happened? `crictl checkpoint -e checkpoint.tar 0996cce899b0a` failed with "could not load `libcriu.so.2`" $ crictl checkpoint -e checkpoint.tar 0996cce899b0a E0824 19:57:21.786869 85784 remote_runtime.go:793] "CheckpointContainer from runtime service failed" err=<...
The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense....
`coredns` support `EDNS0 client subnet (ECS)` to forward dns requests with "real" client ip. But its cache module does not support it: https://github.com/coredns/coredns/issues/1628 In a same node, pod `A` resolves...
When running systemd in container, processes should be attached to "init.scope". systemd fixedly use "init.scope" as delegate sub-cgroup name, and the name cannot be changed. This is a supplement for...
register `guest create_container hook` in agent Fixes: #10712