Skip to content

Commit 6b5cf90

Browse files
authored
Merge pull request kubernetes#86598 from zhlhahaha/e2e_kubeadm_1410_2
Remove todos for verification of “allowed to post CSR” and "allowed to auto approve CSR" for bootstraptoken group
2 parents 4058cdc + 006980c commit 6b5cf90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e_kubeadm/bootstrap_token_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ var _ = Describe("bootstrap token", func() {
7373
rbacv1.GroupKind, bootstrapTokensGroup,
7474
bootstrapTokensAllowPostCSRClusterRoleName,
7575
)
76-
//TODO: check if possible to verify "allowed to post CSR" using subject asses review as well
7776
})
7877

7978
ginkgo.It("should be allowed to auto approve CSR for kubelet certificates on joining nodes", func() {
@@ -82,6 +81,5 @@ var _ = Describe("bootstrap token", func() {
8281
rbacv1.GroupKind, bootstrapTokensGroup,
8382
bootstrapTokensCSRAutoApprovalClusterRoleName,
8483
)
85-
//TODO: check if possible to verify "allowed to auto approve CSR" using subject asses review as well
8684
})
8785
})

0 commit comments

Comments
 (0)