• Mike Danese's avatar
    kubelet should resume csr bootstrap · 627c414c
    Mike Danese authored
    Right now the kubelet creates a new csr object with the same key every
    time it restarts during the bootstrap process. It should resume with the
    old csr object if it exists. To do this the name of the csr object must
    be stable. Also using a list watch here eliminates a race condition
    where a watch event is missed and the kubelet stalls.
    627c414c
bootstrap.go 5 KB