mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-15 04:57:56 +00:00
Merge pull request #559 from ArangoGutierrez/fix/documentation_typo
Remove wrong comands on documentation
This commit is contained in:
commit
80a512a8d4
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ nfd-related node labels, annotations and extended resources from the cluster.
|
||||||
```bash
|
```bash
|
||||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/{{ site.release }}/nfd-prune.yaml.template
|
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/{{ site.release }}/nfd-prune.yaml.template
|
||||||
kubectl -n node-feature-discovery wait job.batch/nfd-prune --for=condition=complete && \
|
kubectl -n node-feature-discovery wait job.batch/nfd-prune --for=condition=complete && \
|
||||||
kubectl delete -f kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/{{ site.release }}/nfd-prune.yaml.template
|
kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/{{ site.release }}/nfd-prune.yaml.template
|
||||||
```
|
```
|
||||||
|
|
||||||
**NOTE:** You must run prune before removing the RBAC rules (serviceaccount,
|
**NOTE:** You must run prune before removing the RBAC rules (serviceaccount,
|
||||||
|
|
Loading…
Add table
Reference in a new issue