Skip to content

Commit

Permalink
Merge pull request kelseyhightower#47 from vpalazhi/patch-1
Browse files Browse the repository at this point in the history
fixed cert path in the answer
  • Loading branch information
mmumshad committed Nov 7, 2019
2 parents e29cd72 + c2d80b9 commit 1f4cac2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ EOF
# Create bootstrap context on node03

```
kubectl config --kubeconfig=/tmp/bootstrap-kubeconfig set-cluster bootstrap --server='https://172.17.0.65:6443' --certificate-authority=/etc/kubernetes/pki/ca.crt
kubectl config --kubeconfig=/tmp/bootstrap-kubeconfig set-cluster bootstrap --server='https://172.17.0.65:6443' --certificate-authority=/etc/kubernetes/ca.crt
kubectl config --kubeconfig=/tmp/bootstrap-kubeconfig set-credentials kubelet-bootstrap --token=09426c.g262dkeidk3dx21x
kubectl config --kubeconfig=/tmp/bootstrap-kubeconfig set-context bootstrap --user=kubelet-bootstrap --cluster=bootstrap
kubectl config --kubeconfig=/tmp/bootstrap-kubeconfig use-context bootstrap
Expand Down

0 comments on commit 1f4cac2

Please sign in to comment.