Sascha Grunert

Results 180 issues of Sascha Grunert

Hey there :wave: I know that pb does not have any support for parallel exectuion, but when running two dedicated applications in parallel the ioctl on `/dev/tty` https://github.com/cheggaaa/pb/blob/f907f6f5dd81f77c2bbc1cde92e4c5a04720cb11/pb_x.go#L77 blocks which...

#### What type of PR is this? /kind feature #### What this PR does / why we need it: Added seccomp notifier feature to support stopping containers on seccomp syscalls....

kind/feature
approved
needs-rebase
release-note
dco-signoff: yes

Right now we have to do the following steps to cut a release: 1. Bump CRI-O's version in `internal/version/version.go` 2. Create a PR for that change and merge it 3....

kind/feature
help wanted
kind/ci
lfx-mentorship

As mentioned in the Kubernetes seccomp graduation KEP, it would be helpful to separate the default seccomp profile based on the use runtime class: https://github.com/kubernetes/enhancements/issues/2413#issuecomment-1034358366 We could think about adding...

kind/feature
good first issue

I've created a PoC which utilized the seccomp notify feature to stop containers based on blocked seccomp syscalls: https://github.com/cri-o/cri-o/compare/main...saschagrunert:seccomp-notifier The idea is to rewrite the seccomp profile (runtime/default in case...

#### What type of PR is this? /kind bug #### What this PR does / why we need it: We dropped the inheritable capabilities support for the container creation in...

kind/bug
approved
release-note
dco-signoff: yes

*I’m quite not sure if this is nicely doable with golang, because we have nothing like a [procedural macro](https://doc.rust-lang.org/reference/procedural-macros.html) for it. It could be done with reflection and tags…* Anyways,...

kind/feature
kind/discussion
area/v2

Hi there, It would be nice if we can merge some table cells, e.g. with a special separator or something like that. Best regards.

enhancement

Counterpart to https://github.com/kubernetes/sig-release/issues/1527. It would be very useful to obtain additionally output usage metrics of Kubernetes releases, for example the download counts of different artifacts during specific time spans. Target...

help wanted
kind/feature
sig/release
priority/important-longterm