Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.7 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.7 KB

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.