1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

Fix the typo in deployment-and-usage.md (#575)

* Fix the typo in deployment-and-usage.md

* Update in doc/get-started/deployment-and-usage.md
This commit is contained in:
Vaibhav Goel 2021-08-25 13:02:39 +05:30 committed by GitHub
parent e16d4c9b20
commit 87feb9610b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -313,7 +313,7 @@ labels. The provided template will configure these for you.
NFD-Worker is preferably run as a Kubernetes DaemonSet. This assures
re-labeling on regular intervals capturing changes in the system configuration
and mames sure that new nodes are labeled as they are added to the cluster.
and makes sure that new nodes are labeled as they are added to the cluster.
Worker connects to the nfd-master service to advertise hardware features.
When run as a daemonset, nodes are re-labeled at an default interval of 60s.