Skip to content

ybettan/kernel-module-management

 
 

Repository files navigation

Kernel Module Management

Go Report Card Go Reference

The Kernel Module Management Operator manages out of tree kernel modules in Kubernetes.

Getting started

Install the bleeding edge Kernel Module Management Operator in one command:

First install cert-manager which is a dependency.

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl -n cert-manager wait --for=condition=Available deployment \
	cert-manager \
	cert-manager-cainjector \
	cert-manager-webhook

Install KMM.

kubectl apply -k https://github.com/kubernetes-sigs/kernel-module-management/config/default

Documentation and lab

You can find examples and labs on the documentation website.

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.5%
  • Makefile 2.0%
  • Shell 1.3%
  • Other 0.2%