mantramantra12
mantramantra12
Installing NFD with `kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.11.2` as per quick start installation guide. `kubectl describe ` gives `Error from server (NotFound): pods "" not found`, despite the pod being shown...
If I do `kubectl get no -o json | jq .items[].metadata.labels`, only the control plane node has NFD labels
``` Name: nfd-master-659d87f8d9-xzddh Namespace: node-feature-discovery Priority: 0 Node: nodename/nodeip Start Time: Mon, 26 Sep 2022 15:32:13 +0000 Labels: app=nfd-master pod-template-hash=659d87f8d9 Annotations: cni.projectcalico.org/containerID: cni.projectcalico.org/podIP: 192.168.27.39/32 cni.projectcalico.org/podIPs: 192.168.27.39/32 Status: Running IP: 192.168.27.39...
So I found the cause of my problem was that my cluster is configured with linkerd which auto-injects proxies into pods, so I had to add a policy to allow...