• Aaron Crickenberger's avatar
    Exit gce kube-up.sh early if openssl is LibreSSL · a9aa8921
    Aaron Crickenberger authored
    macOS has an openssl binary, but it's actually LibreSSL, which
    doesn't play well with the easyrsa script that cluster/gce/util.sh
    uses to generate certs
    
    Instead of waiting until we generate certs to discover easyrsa doesn't
    work, consider openssl a prereq for gce, and include a check for the
    version string starting with OpenSSL
    
    Also, mirror kube-up.sh's "... calling" output in kube-down.sh
    a9aa8921
kube-down.sh 1.08 KB