kubernetes-sigs / node-feature-discovery

Node feature discovery for Kubernetes
Apache License 2.0
775 stars 240 forks source link

node-feature-discovery-topology-updater failed to get kubelet config from configz endpoint: Forbidden #1098

Closed andrewm41 closed 1 year ago

andrewm41 commented 1 year ago

What happened:

I've installed v0.12.1 with helm like this:

helm -n node-feature-discovery upgrade --install --wait node-feature-discovery . --set topologyUpdater.enable=true --set topologyUpdater.createCRDs=true --set topologyUpdater.rbac.create=true --set topologyUpdater.serviceAccount.create=true

but got this error in all node-feature-discovery-topology-updater pods:

F0327 15:25:37.787116 1 main.go:86] failed to get kubelet config from configz endpoint: Forbidden (user=system:serviceaccount:node-feature-discovery:node-feature-discovery-topology-updater, verb=get, resource=nodes, subresource=proxy)

What you expected to happen: node-feature-discovery-topology-updater pods are up and running

Environment:

marquiz commented 1 year ago

That's the problem that got fixed in master by #1078, I think. We could cut a quick patch release 🤔

marquiz commented 1 year ago

@andrewm41 see #1109

marquiz commented 1 year ago

Fixed in v0.12.2. @andrewm41 please report back if you have any further issues

/close

k8s-ci-robot commented 1 year ago

@marquiz: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/node-feature-discovery/issues/1098#issuecomment-1494262413): >Fixed in [v0.12.2](https://github.com/kubernetes-sigs/node-feature-discovery/releases/tag/v0.12.2). @andrewm41 please report back if you have any further issues > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.