Merge pull request #42748 from dcbw/cfssl-localup

Automatic merge from submit-queue (batch tested with PRs 43866, 42748)

hack/cluster: download cfssl if not present

hack/local-up-cluster.sh uses cfssl to generate certificates and
will exit it cfssl is not already installed.  But other cluster-up
mechanisms (GCE) that generate certs just download cfssl if not
present.  Make local-up-cluster.sh do that too so users don't have
to bother installing it from somewhere.
This commit is contained in:
Kubernetes Submit Queue
2017-04-10 14:27:11 -07:00
committed by GitHub
17 changed files with 114 additions and 136 deletions

View File

@@ -805,7 +805,7 @@ if [[ "${START_MODE}" != "kubeletonly" ]]; then
fi
kube::util::test_openssl_installed
kube::util::test_cfssl_installed
kube::util::ensure-cfssl
### IF the user didn't supply an output/ for the build... Then we detect.
if [ "$GO_OUT" == "" ]; then