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

docs: fix incorrect shell snippet for removing labels

This commit is contained in:
Markus Lehtonen 2022-09-15 16:18:09 +03:00
parent 15f0cea172
commit db7dd93a64

View file

@ -706,7 +706,7 @@ nfd-related node labels, annotations and extended resources from the cluster.
```bash
kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/prune?ref={{ site.release }}
kubectl -n node-feature-discovery wait job.batch/nfd-prune --for=condition=complete && \
kubectl -n node-feature-discovery wait job.batch/nfd-master --for=condition=complete && \
kubectl delete -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/prune?ref={{ site.release }}
```