kubernetes/cmd/kubelet/app
Monis Khan 7e891e5d6c
csr: correctly handle backdating of short lived certs
This change updates the backdating logic to only be applied to the
NotBefore date and not the NotAfter date when the certificate is
short lived. Thus when such a certificate is issued, it will not be
immediately expired.  Long lived certificates continue to have the
same lifetime as before.

Consolidated all certificate lifetime logic into the
PermissiveSigningPolicy.policy method.

Signed-off-by: Monis Khan <mok@vmware.com>
2021-06-23 15:36:11 -04:00
..
options cmd/kubelet: replace KEP link with the documentation one as it is available now 2021-06-16 23:38:58 +08:00
auth.go set webhook retry backoff parameters for kubelet 2020-11-01 10:22:21 -05:00
init_others.go [kubelet] Allow priority to be set for kubelet process on Windows 2020-11-03 01:18:59 +05:30
init_windows_test.go [kubelet] Allow priority to be set for kubelet process on Windows 2020-11-03 01:18:59 +05:30
init_windows.go Migrate missed log entries in kubelet 2021-03-18 14:26:26 -07:00
OWNERS Merge pull request #72525 from justinsb/owners_should_not_be_executable 2019-02-14 23:55:45 -08:00
plugins_providerless.go fix providerless build post-CSI migration 2019-11-19 09:47:44 -08:00
plugins_providers.go Remove CSIMigrationVSphereComplete flag 2021-05-04 21:38:47 -07:00
plugins.go Remove scaleio from volume plugins 2021-05-19 10:35:21 -07:00
server_bootstrap_test.go csr: correctly handle backdating of short lived certs 2021-06-23 15:36:11 -04:00
server_linux.go Fix watchForLockfileContention memory leak 2021-03-17 15:10:53 +08:00
server_others.go Added check for Windows Permissions 2021-03-10 11:15:42 +00:00
server_test.go memory manager: provide new flag var to parse reserved-memory parameter 2021-02-09 01:10:01 +02:00
server_unsupported.go
server_windows.go cleanup: fix errors in wrapped format and log capitalization in kubelet 2021-04-25 11:09:24 +08:00
server.go Switch to github.com/coreos/go-systemd/v22 and drop older package 2021-06-16 11:14:16 -04:00