Skip to content

Commit

Permalink
Merge pull request #43529 from mikedanese/fix-down
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 43465, 43529, 43474, 43521)

link the server.key to the key not the crt
  • Loading branch information
Kubernetes Submit Queue committed Mar 22, 2017
2 parents 0450c29 + 3b83eb5 commit cc3eb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/gci/configure-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit cc3eb39

Please sign in to comment.