kernel-module-management
kernel-module-management copied to clipboard
The kernel module management operator builds, signs and loads kernel modules in Kubernetes clusters.
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.32.0 to 1.33.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.33.1 1.33.1 Fixes fix confusing eventually docs [3a66379] Maintenance Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a] v1.33.0 1.33.0...
Bumps [github.com/moby/moby](https://github.com/moby/moby) from 26.1.0+incompatible to 26.1.1+incompatible. Release notes Sourced from github.com/moby/moby's releases. v26.1.1 26.1.1 For a full list of pull requests and changes in this release, refer to the relevant...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.0+incompatible to 26.1.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v26.1.1 26.1.1 For a full list of pull requests and changes in this release, refer to the relevant...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.18.0 to 0.18.1. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.18.1 What's Changed [release-0.18] :bug: Cache: Fix label defaulting of byObject when namespaces are configured by @k8s-infra-cherrypick-robot in...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.1 to 2.17.2. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.17.2 2.17.2 Fixes fix: close files [32259c8] fix github output log level for skipped specs [780e7a3] Maintenance Bump...
Bumps golang from 1.21-alpine3.19 to 1.22-alpine3.19. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
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...
- [ ] https://github.com/kubernetes-sigs/kernel-module-management/pull/602#discussion_r1356908331 - [ ] https://github.com/kubernetes-sigs/kernel-module-management/pull/602#discussion_r1357271309 - [ ] https://github.com/kubernetes-sigs/kernel-module-management/pull/602#discussion_r1357273992 ```[tasklist] ### Tasks - [ ] #340 - [ ] #507 - [ ] Deprecate the ModuleLoader ImagePullPolicy...
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,...
Set firmware_class.path after minikube initialization. Read a dummy firmware in module_init. Expect the output in the test script. /cc @yevgeny-shnaidman