• 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
Name
Last commit
Last update
..
cache Loading commit data...
csr Loading commit data...
format Loading commit data...
ioutils Loading commit data...
queue Loading commit data...
sliceutils Loading commit data...
BUILD Loading commit data...
doc.go Loading commit data...
util.go Loading commit data...
util_linux.go Loading commit data...
util_test.go Loading commit data...
util_unsupported.go Loading commit data...
util_windows.go Loading commit data...