Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbkr authored Jan 23, 2017
1 parent 4ce48d9 commit 0d293b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ First fill the inventory file with your node info
kube_version: 1.4.7 <-- use 1.4.7 (stable and compatible for all components we install on top)
ansible_python_interpreter: "/opt/bin/python" <-- remove comment char #
# Users to create for basic auth in Kubernetes API via HTTP <-- edit passwords
kube_apiserver_port: 8443 <-- we use 8443 so 443 is free for deploying lb later on one node
cluster_name: cluster.local

Set ansible configuration with your key and inventory
Expand Down Expand Up @@ -150,7 +151,7 @@ ssh -i ~/.ssh/id_rsa_sbexx core@master1_ip sudo cat /etc/kubernetes/ssl/ca.pem >
**Configure kubectl**

```
kubectl config set-cluster kargo --server=https://master1_ip --certificate-authority=kubectl/ca.pem
kubectl config set-cluster kargo --server=https://master1_ip:8443 --certificate-authority=kubectl/ca.pem
kubectl config set-credentials kadmin \
--certificate-authority=kubectl/ca.pem \
Expand Down

0 comments on commit 0d293b3

Please sign in to comment.