- Notifications
You must be signed in to change notification settings - Fork291
Node feature discovery for Kubernetes
License
NotificationsYou must be signed in to change notification settings
kubernetes-sigs/node-feature-discovery
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Welcome to Node Feature Discovery – a Kubernetes add-on for detecting hardwarefeatures and system configuration!
See ourDocumentation for detailed instructions and reference
helm install -n node-feature-discovery --create-namespace nfd oci://registry.k8s.io/nfd/charts/node-feature-discovery --version 0.18.3
Alternatively, you can deploy using kubectl and kustomize:
kubectl apply -k"https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.18.3"$ kubectl -n node-feature-discovery get all NAME READY STATUS RESTARTS AGE pod/nfd-gc-565fc85d9b-94jpj 1/1 Running 0 18s pod/nfd-master-6796d89d7b-qccrq 1/1 Running 0 18s pod/nfd-worker-nwdp6 1/1 Running 0 18s...$ kubectl get no -o json| jq".items[].metadata.labels" {"kubernetes.io/arch":"amd64","kubernetes.io/os":"linux","feature.node.kubernetes.io/cpu-cpuid.ADX":"true","feature.node.kubernetes.io/cpu-cpuid.AESNI":"true",...
About
Node feature discovery for Kubernetes
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.