Aurélien Bombo
Aurélien Bombo
Same for `if`, `range`, `defer` and the likes.
@mforbes is right, `.coveragerc` works
Reporting the same issue here when creating a privileged pod through Kubernetes (and ctr as well). Stack is MSFT Mariner (host and guest), Kata/CH and affects both KVM and Hyper-V.
I agree dropping the stable branch and having a consistent release cycles would make things easier for downstreams. Following up on @jepio's question: how exactly do we address hotfixes/CVEs with...
Okay after looking through the shim and agent code I think I've figured out what the WebSocket API does differently from the CLI - more info below. I don't believe...
Correction: I'm also seeing the `CloseIO()` call with `kubectl exec`, but only when I pass `-i`. And that call only appears after `The container process io streams closed`, ie. when...
Couple more data points: when passing the command `sleep infinity` and `stdin=true` to the WS, I don't see any `CloseIO()` call. When I set `stdin=false`, I do. This might be...
To investigate if that fixes it: https://github.com/kata-containers/kata-containers/pull/7483/commits/5536743361b6a3d789826cad1000d84007bb41b0
@kloud-byun You want to format the git commit message as well, not just the PR description.
@kloud-byun You'll want to squash your commits into a single one using `git rebase -i`