implement upgrades

This commit is contained in:
Mike Danese
2016-12-06 16:08:39 -08:00
parent d0997a3d1f
commit 3ab0e37cc6
4 changed files with 8 additions and 4 deletions

View File

@@ -572,6 +572,7 @@ function build-kube-master-certs {
cat >$file <<EOF
KUBEAPISERVER_CERT: $(yaml-quote ${KUBEAPISERVER_CERT_BASE64:-})
KUBEAPISERVER_KEY: $(yaml-quote ${KUBEAPISERVER_KEY_BASE64:-})
KUBELET_AUTH_CA_CERT: $(yaml-quote ${KUBELET_AUTH_CA_CERT_BASE64:-})
EOF
}