mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-13 06:20:31 +00:00
With some regularity, if the root certificate file needs to be generated the apiserver could come up on the non-secure port before the cert was generated. `hack/local-up-cluster.sh` requires that apiserver.crt exists before the replication controller starts. Otherwise service accounts and secrets don't work. This change just takes the certificate handling code out of the `go`.