Fix the Kubelet certificate short validity issue#1061
Fix the Kubelet certificate short validity issue#1061lveyde wants to merge 1 commit intoopenshift:masterfrom
Conversation
The default validity period is set to just 30 minutes, which is just too short. This patch increases the validity period to 10 years, to be the same as the default validity period of the admin certificate. Signed-off-by: Lev Veyde <lveyde@redhat.com>
|
@lveyde: PR needs rebase. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lveyde If they are not already assigned, you can assign the PR to them by writing 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 |
|
Hi @lveyde. Thanks for your PR. I'm waiting for a openshift 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. |
|
@wking: Closed this PR. DetailsIn response to this:
Instructions 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. |
The default validity period is set to just 30 minutes, which is
just too short.
This patch increases the validity period to 10 years, to be the
same as the default validity period of the admin certificate.
Signed-off-by: Lev Veyde lveyde@redhat.com