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:
parent
db622683db
commit
b0e368fafc
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue