Merge pull request #43529 from mikedanese/fix-down

Automatic merge from submit-queue (batch tested with PRs 43465, 43529, 43474, 43521)

link the server.key to the key not the crt
This commit is contained in:
Kubernetes Submit Queue 2017-03-22 12:35:08 -07:00 committed by GitHub
commit cc3eb3916e

View File

@ -272,7 +272,7 @@ function create-master-pki {
# TODO(mikedanese): remove this when we don't support downgrading to versions
# < 1.6.
ln -sf "${APISERVER_SERVER_CERT_PATH}" /etc/srv/kubernetes/server.key
ln -sf "${APISERVER_SERVER_KEY_PATH}" /etc/srv/kubernetes/server.key
ln -sf "${APISERVER_SERVER_CERT_PATH}" /etc/srv/kubernetes/server.cert
}