Skip to content

Commit e5fdb07

Browse files
authored
[occm] Fix cloud-node-controller ClusterRoleBinding subject (#3092)
The system:cloud-node-controller ClusterRoleBinding was bound to a non-existent cloud-node-controller ServiceAccount. The DaemonSet uses cloud-controller-manager, so fix the binding subject to match.
1 parent 14860c4 commit e5fdb07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/controller-manager/cloud-controller-manager-role-bindings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ items:
1010
name: system:cloud-node-controller
1111
subjects:
1212
- kind: ServiceAccount
13-
name: cloud-node-controller
13+
name: cloud-controller-manager
1414
namespace: kube-system
1515
- apiVersion: rbac.authorization.k8s.io/v1
1616
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)