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
Fixed in 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. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
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:
kubectl version
): 1.24cat /etc/os-release
): ubuntu 20.04The text was updated successfully, but these errors were encountered: