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
failed to update stats/summary from kubelet: "failed to get kubelet config for summary api, error: Forbidden (user=system:serviceaccount:katalyst-system:katalyst-agent, verb=get, resource=nodes, subresource=stats)"
the reason is that clusterole katalyst-agent lack this, when I add it back, katalyste-agent works.
···
apiGroups:
""
resources:
nodes/stats
verbs:
get
···
What did you expect to happen?
access the kubelet summary api success
How can we reproduce it (as minimally and precisely as possible)?
What happened?
when i install overcommit
helm install overcommit -n katalyst-system --create-namespace kubewharf/katalyst-overcommit --set katalyst-agent.customArgs.sysadvisor-plugins="-overcommit-aware"
I got error
failed to update stats/summary from kubelet: "failed to get kubelet config for summary api, error: Forbidden (user=system:serviceaccount:katalyst-system:katalyst-agent, verb=get, resource=nodes, subresource=stats)"
the reason is that clusterole katalyst-agent lack this, when I add it back, katalyste-agent works.
···
resources:
verbs:
···
What did you expect to happen?
access the kubelet summary api success
How can we reproduce it (as minimally and precisely as possible)?
just install
helm install overcommit -n katalyst-system --create-namespace kubewharf/katalyst-overcommit --set katalyst-agent.customArgs.sysadvisor-plugins="-overcommit-aware"
Software version
The text was updated successfully, but these errors were encountered: