k3s/pkg/kubelet/util/csr
Mike Danese 627c414c1b kubelet should resume csr bootstrap
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.
2017-06-22 23:45:15 +02:00
..
BUILD kubelet should resume csr bootstrap 2017-06-22 23:45:15 +02:00
csr.go kubelet should resume csr bootstrap 2017-06-22 23:45:15 +02:00
csr_test.go kubelet should resume csr bootstrap 2017-06-22 23:45:15 +02:00