Zac
Zac
Currently the program is conditionally compiled based on the platform (AWS). It also makes calls to the API and pulls the entire set of settings from the model - which...
Removing conditional compilation from `netdog` may require a bit more detailed design. `netdog` **currently** needs to be aware of the network backend so it generates the proper configuration file format,...
Currently the program is conditionally compiled based on the orchestrator (ECS). It also makes calls to the API and pulls the entire set of settings from the model - which...
The `packages/` directory and, in particular, the `os` package includes a ton of conditionals based on platform, container runtime/orchestrator, variant type, and network backend.
Doesn't seem to be any activity here... Is the project stable? Or have people moved on / forked the project / have a better version somewhere else?
Fixes #6063 This set of commits adds the initial support for the configuration of process RLIMIT_NOFILE limits for the `cri` plugin. The end result is that an administrator can configure...
First of all, nice work on this spec! I'm looking to find some sample tool output that adheres to this spec. I'm aware of the other `ocp-diag*` repositories, but one...