• Eric Chiang's avatar
    certificate manager: close existing client conns once cert rotates · 11d96c17
    Eric Chiang authored
    After the kubelet rotates its client cert, it will keep connections
    to the API server open indefinitely, causing it to use its old
    credentials instead of the new certs
    
    When the kubelet rotates its cert, close down existing connections
    to force a new TLS handshake.
    11d96c17
transport_test.go 6.72 KB