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

README: minor correction of wording

This commit is contained in:
Markus Lehtonen 2018-09-05 15:15:23 +03:00
parent db622683db
commit b0e368fafc

View file

@ -337,8 +337,8 @@ kubectl create -f rbac.yaml
kubectl create -f node-feature-discovery-daemonset.yaml.template kubectl create -f node-feature-discovery-daemonset.yaml.template
``` ```
When the job runs, it contacts the Kubernetes API server to add labels When the NFD pods run, they contact the Kubernetes API server to add labels
to the node to advertise hardware features. to the nodes to advertise hardware features.
If you have RBAC authorization enabled (as is the default e.g. with clusters initialized with kubeadm) you need to configure the appropriate ClusterRoles, ClusterRoleBindings and a ServiceAccount in order for NFD to create node labels. The provided templates will configure these for you. If you have RBAC authorization enabled (as is the default e.g. with clusters initialized with kubeadm) you need to configure the appropriate ClusterRoles, ClusterRoleBindings and a ServiceAccount in order for NFD to create node labels. The provided templates will configure these for you.