Peter Hunt

Results 616 comments of Peter Hunt

a follow-up item to this is updating the CONTRIBUTING.md to include instructions on running the various static linters/documentation validation jobs (possibly also creating a new make target to run them...

dropping the selinux option https://github.com/cri-o/cri-o/discussions/6511 would make this easier, this is often one that is different than the default

I wouldn't mark it a hard blocker, but yeah: the selinux option is determined from whether selinux is enabled. even if the default is that selinux is not enabled, running...

/reopen absolutely @AHB102 please do :)

basically if you run `make completions` or `make docs-generation` the command takes into account the user and configuration on the node you're running it in. We should find a way...

hey @Omkar0114 ! thanks for your interest. Currently, everytime a PLEG event is generated, the function [UpdateContainerStatus() is called](https://github.com/cri-o/cri-o/blob/cb892e7a3f6452701779931b7a21038f38e6e1b9/server/server.go#L1019-L1022). the object would be to remove that call, and create a...

did you follow https://github.com/cri-o/cri-o/tree/main/contrib/cni ? I think you need to install containernetworking-plugins

I think it's worth opening a PR with the changes and we can test our evented-pleg job too to make sure there aren't regressions there