Merge pull request #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
This commit is contained in:
Kubernetes Prow Robot 2019-12-31 15:43:39 -08:00 committed by GitHub
commit 6b5cf90ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,6 @@ var _ = Describe("bootstrap token", func() {
rbacv1.GroupKind, bootstrapTokensGroup,
bootstrapTokensAllowPostCSRClusterRoleName,
)
//TODO: check if possible to verify "allowed to post CSR" using subject asses review as well
})
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() {
rbacv1.GroupKind, bootstrapTokensGroup,
bootstrapTokensCSRAutoApprovalClusterRoleName,
)
//TODO: check if possible to verify "allowed to auto approve CSR" using subject asses review as well
})
})