Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #316 from pbx0/conformance-fix
Browse files Browse the repository at this point in the history
hack/quickstart: fix for conformance script
  • Loading branch information
Patrick Baxter authored Feb 17, 2017
2 parents e5a98fe + 6cd0f31 commit b776d22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/quickstart/init-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ function init_master_node() {
chown -R core:core /home/core/assets
mkdir -p /etc/kubernetes
cp /home/core/assets/auth/bootstrap-kubeconfig /etc/kubernetes/
# Conformance scripts run kubectl on the master node via admin-kubeconfig
cp /home/core/assets/auth/admin-kubeconfig /etc/kubernetes/

# Start the kubelet
systemctl enable kubelet; sudo systemctl start kubelet
Expand Down

0 comments on commit b776d22

Please sign in to comment.