You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to apply by doc NFD manifest with kubectl apply -k '<url>', but when I tried to use kubectl delete -k '<url>' for the removing deployment of NFD, labels that are generated with NFD deployments are deleted after kubectl delete -k '' , when I've downloaded plain manifests and I am tryning to deploy (I've get all manifests with the kubectl.... -o yaml option ), deploy works, adds labels but when I tried the kubectl delete -f <manifests_folder> it can not remove labels from nodes, but when I try to delete it with kubectl delete -k '<url>' that works and removes labels
The text was updated successfully, but these errors were encountered:
jz543fm
changed the title
labels stay on nodes after I deleted the all manifests
labels stay on nodes after I deleted the all plain NFD manifests
Oct 2, 2024
It looks like the daemonset.apps/nfd-worker created should be deleted first, when I try to delete the all manifest with kubectl delete -f dir/ it deletes all manifests but labels stays, when I tried to delete the daemonset nfd-worker first, it deletes the labels
Another solution is to manually delete the nfd-worker daemonset manually (like you did), wait for all nodes to be updated and then do kubectl delete -k that will remove the other stuff.
I've tried to apply by doc NFD manifest with
kubectl apply -k '<url>'
, but when I tried to usekubectl delete -k '<url>'
for the removing deployment of NFD, labels that are generated with NFD deployments are deleted after kubectl delete -k '' , when I've downloaded plain manifests and I am tryning to deploy (I've get all manifests with the kubectl.... -o yaml option ), deploy works, adds labels but when I tried the kubectl delete -f <manifests_folder> it can not remove labels from nodes, but when I try to delete it withkubectl delete -k '<url>'
that works and removes labelsThe text was updated successfully, but these errors were encountered: