Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Oct 17, 2021
2 parents 9b92f94 + fd1828c commit b13fac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/kubespray/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ kubectl get vmi -nkargo -owide
touch /tmp/kubeconfig
docker run -it --rm \
--volume /tmp/kubeconfig:/config:z \
--environment KUBE_API_DNS="api.kubespray.home.arpa" \
--environment HOSTS="192.168.16.61 192.168.16.62 192.168.16.63" \
--environment VRRP_IP="192.168.16.60" \
-e KUBE_API_DNS="api.kubespray.home.arpa" \
-e HOSTS="192.168.16.61 192.168.16.62 192.168.16.63" \
-e VRRP_IP="192.168.16.60" \
quay.io/containercraft/konductor:kubespray \
--user usrbinkat \
-e ansible_ssh_pass=changeme \
Expand Down

0 comments on commit b13fac0

Please sign in to comment.