1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00

Merge pull request #509 from marquiz/docs/helm

docs: fixes in Helm documentation
This commit is contained in:
Kubernetes Prow Robot 2021-04-15 05:51:50 -07:00 committed by GitHub
commit 348d319816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,7 @@ this approach does not guarantee running once on every node. For example,
tainted, non-ready nodes or some other reasons in Job scheduling may cause some tainted, non-ready nodes or some other reasons in Job scheduling may cause some
node(s) will run extra job instance(s) to satisfy the request. node(s) will run extra job instance(s) to satisfy the request.
### Deployment with helm ### Deployment with Helm
Node Feature Discovery Helm chart allow to easily deploy and manage NFD. Node Feature Discovery Helm chart allow to easily deploy and manage NFD.
@ -147,7 +147,7 @@ To install the latest stable version:
```bash ```bash
export NFD_NS=node-feature-discovery export NFD_NS=node-feature-discovery
helm repo add nfd http://kubernetes-sigs.github.io/node-feature-discovery/charts helm repo add nfd https://kubernetes-sigs.github.io/node-feature-discovery/charts
helm repo update helm repo update
helm install nfd/node-feature-discovery --namespace $NFD_NS --create-namespace --generate-name helm install nfd/node-feature-discovery --namespace $NFD_NS --create-namespace --generate-name
``` ```