make clean-labels fails
ArangoGutierrez opened this issue · 0 comments
ArangoGutierrez commented
What happened:
eduardo@fedora-32-ws node-feature-discovery-operator]$ make clean-labels
make: node/ip-172-20-111-4.ec2.internal: Command not found
make: *** [Makefile:77: clean-labels] Error 127
What you expected to happen:
[eduardo@fedora-32-ws node-feature-discovery-operator]$ make clean-labels
kubectl get no -o yaml | sed -e '/^\s*nfd.node.kubernetes.io/d' -e '/^\s*feature.node.kubernetes.io/d' | kubectl replace -f -
node/ip-172-20-111-4.ec2.internal replaced
node/ip-172-20-34-84.ec2.internal replaced
node/ip-172-20-49-125.ec2.internal replaced
node/ip-172-20-91-201.ec2.internal replaced
node/ip-172-20-92-84.ec2.internal replaced
node/ip-172-20-96-110.ec2.internal replaced
How to reproduce it (as minimally and precisely as possible):
attempt to run make clean-labels