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
The k3k-node-proxy ClusterRole is needed from the Kubelet to list the host nodes, and fetch some metrics.
The chart is currently building the name with the release installation. But the kubelet is expecting a fixed name for the ClusterRoleBinding, such as k3k-node-proxy. This means that if installing the chart with a different name than k3k will result in some permissions error.
The
k3k-node-proxy
ClusterRole is needed from the Kubelet to list the host nodes, and fetch some metrics.The chart is currently building the name with the release installation. But the kubelet is expecting a fixed name for the ClusterRoleBinding, such as
k3k-node-proxy
. This means that if installing the chart with a different name thank3k
will result in some permissions error.k3k/charts/k3k/templates/rbac.yaml
Lines 30 to 37 in c285004
k3k/pkg/controller/cluster/cluster.go
Lines 317 to 320 in c285004
The text was updated successfully, but these errors were encountered: