Yoni Bettan
Yoni Bettan
**What happened**: 1. BP config are set to require some GH workflows 2. GH workflow were failing on a PR 3. `lgtm` label was applied 4. `tide` merged the PR...
At the time of this issue being written we can see some node's related method spread across the codebase: * in the [utils](https://github.com/ybettan/kernel-module-management/blob/main/internal/utils/nodeutils.go) package. * in new controllers: - https://github.com/kubernetes-sigs/kernel-module-management/pull/503/files#r1285180435...
With the ongoing effort of creating more micro-controllers, and having a `reconcileHelper` non-exported interface for few of them we are starting to see some code duplication. In addition to that,...
Unlike k8s, Openshift is running containers in user mode, therefore, some adjustments were needed in order to make Signoz run on Openshift. Signed-off-by: Yoni Bettan
Also bumping the api and client dependencies. --- This should auto-close all the following dependency PRs: * https://github.com/rh-ecosystem-edge/kernel-module-management/pull/1149 * https://github.com/rh-ecosystem-edge/kernel-module-management/pull/1147 * https://github.com/rh-ecosystem-edge/kernel-module-management/pull/1145 * https://github.com/rh-ecosystem-edge/kernel-module-management/pull/1144