Sascha Grunert
Sascha Grunert
I think it's awesome that crun is able to log to journald using `--log=journald:IDENTIFIER`. Right now, it looks like that the project only logs warnings and errors occasionally: ``` >...
This CRI-O test fails: https://github.com/cri-o/cri-o/blob/73b6f0dbc6d/test/ctr.bats#L790-L799 ```bats @test "ctr create with non-existent command [tty]" { start_crio pod_id=$(crictl runp "$TESTDATA"/sandbox_config.json) jq ' .command = ["nonexistent"] | .tty = true' \ "$TESTDATA"/container_config.json >...
Cherry pick of #126966 on release-1.31. #126966: Update cni-plugins to v1.5.1 For details on the cherry pick process, see the [cherry pick requests](https://git.k8s.io/community/contributors/devel/sig-release/cherry-picks.md) page. ```release-note Updated cni-plugins to [v1.5.1](https://github.com/containernetworking/plugins/releases/tag/v1.5.1). ```
cc @kubernetes/sig-release @sftim Preview: https://deploy-preview-525--kubernetes-contributor.netlify.app/resources/
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: The script has been deprecated for a while and we should...
### Description Adding a node reference page about seccomp. ### Issue Fixes #47687 Preview: https://deploy-preview-47967--kubernetes-io-main-staging.netlify.app/docs/reference/node/seccomp/
Hey folks, can we archive this repo since it looks like it's not maintained anymore?
# Summary Deploy Pod Security Policy with Argo to allow SYS_PRACE when using the PNS executor. # Motivation Argo needs `SYS_PTRACE` as capability when using the PNS executor, which may...
#### What type of PR is this? /kind ci #### What this PR does / why we need it: Update to the latest release and re-generate the mocks. #### Which...
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Using the latest golang version...