add extra group and usage check for bootstraptoken#86573
add extra group and usage check for bootstraptoken#86573k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
@zhlhahaha: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Hi @zhlhahaha. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/ok-to-test |
|
/assign @fabriziopandini |
|
Hi @fabriziopandini |
|
/retest |
There was a problem hiding this comment.
this is already defined here:
There was a problem hiding this comment.
these two are also defined
kubernetes/staging/src/k8s.io/cluster-bootstrap/token/api/types.go
Lines 63 to 74 in c179a9c
There was a problem hiding this comment.
note
to import this package use:
k8s.io/cluster-bootstrap/token/api/....
There was a problem hiding this comment.
EDIT: never mind, this is fine as is.
|
/release-note-none |
kubeadm creates the bootstrap token with extra group , system:bootstrappers:kubeadm:default-node-token, should be able to be used for authentication and signing. Signed-off-by: Howard Zhang <howard.zhang@arm.com>
80b0184 to
299a9c8
Compare
|
/retest |
1 similar comment
|
/retest |
neolit123
left a comment
There was a problem hiding this comment.
/lgtm
/approve
/priority backlog
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: neolit123, zhlhahaha The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Review the full test history for this PR. Silence the bot with an |
kubeadm creates the bootstrap token with extra group
, system:bootstrappers:kubeadm:default-node-token,
should be able to be used for authentication and
signing.
Signed-off-by: Howard Zhang howard.zhang@arm.com
What type of PR is this?
/kind cleanup
/sig testing