diff --git a/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/policy.go b/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/policy.go index 26b34ebaf15..b804eddd4d6 100644 --- a/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/policy.go +++ b/plugin/pkg/auth/authorizer/rbac/bootstrappolicy/policy.go @@ -370,7 +370,7 @@ func ClusterRoles() []rbacv1.ClusterRole { }, { // a role for nodes to use to have the access they need for running pods - ObjectMeta: metav1.ObjectMeta{Name: "system:node"}, + ObjectMeta: metav1.ObjectMeta{Name: systemNodeRoleName}, Rules: NodeRules(), }, {