kubernetes/cmd/kubelet
Clayton Coleman fde87329cb
bootstrap: Use kubeconfig contents as seed for cert dir if necessary
kubeadm uses certificate rotation to replace the initial high-power
cert provided in --kubeconfig with a less powerful certificate on
the masters. This requires that we pass the contents of the client
config certData and keyData down into the cert store to populate
the initial client.

Add better comments to describe why the flow is required. Add a test
that verifies initial cert contents are written to disk. Change
the cert manager to not use MustRegister for prometheus so that
it can be tested.
2018-11-17 19:52:12 -05:00
..
app bootstrap: Use kubeconfig contents as seed for cert dir if necessary 2018-11-17 19:52:12 -05:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
kubelet.go Simplify random seed initialization 2018-10-11 21:01:15 +11:00
OWNERS Add labels to kubelet OWNERS files 2018-08-22 00:43:32 +03:00