We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9f20a commit 4a1f65bCopy full SHA for 4a1f65b
test/e2e/node/kubelet_authz.go
@@ -77,7 +77,7 @@ func runKubeletAuthzTest(ctx context.Context, f *framework.Framework, endpoint,
77
78
clusterRole, err := f.ClientSet.RbacV1().ClusterRoles().Create(ctx, &rbacv1.ClusterRole{
79
ObjectMeta: metav1.ObjectMeta{
80
- GenerateName: crName + "-",
+ Name: crName,
81
},
82
Rules: []rbacv1.PolicyRule{
83
{
0 commit comments