• Jacob Simpson's avatar
    Rotate the kubelet certificate when about to expire. · 855627e5
    Jacob Simpson authored
    Changes the kubelet so it doesn't use the cert/key files directly for
    starting the TLS server. Instead the TLS server reads the cert/key from
    the new CertificateManager component, which is responsible for
    requesting new certificates from the Certificate Signing Request API on
    the API Server.
    855627e5
Name
Last commit
Last update
..
BUILD Loading commit data...
certificate_manager.go Loading commit data...
certificate_manager_test.go Loading commit data...
certificate_store.go Loading commit data...
certificate_store_test.go Loading commit data...