File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Ensure you have installed Docker then
2222``` ShellSession
2323docker run --rm -it --mount type=bind,source="$(pwd)"/inventory/sample,dst=/inventory \
2424 --mount type=bind,source="${HOME}"/.ssh/id_rsa,dst=/root/.ssh/id_rsa \
25- quay.io/kubespray/kubespray:v2.28 .0 bash
25+ quay.io/kubespray/kubespray:v2.29 .0 bash
2626# Inside the container you may now run the kubespray playbooks:
2727ansible-playbook -i /inventory/inventory.ini --private-key /root/.ssh/id_rsa cluster.yml
2828```
Original file line number Diff line number Diff line change @@ -200,11 +200,11 @@ You will then need to use [bind mounts](https://docs.docker.com/storage/bind-mou
200200to access the inventory and SSH key in the container, like this:
201201
202202``` ShellSession
203- git checkout v2.28 .0
204- docker pull quay.io/kubespray/kubespray:v2.28 .0
203+ git checkout v2.29 .0
204+ docker pull quay.io/kubespray/kubespray:v2.29 .0
205205docker run --rm -it --mount type=bind,source="$(pwd)"/inventory/sample,dst=/inventory \
206206 --mount type=bind,source="${HOME}"/.ssh/id_rsa,dst=/root/.ssh/id_rsa \
207- quay.io/kubespray/kubespray:v2.28 .0 bash
207+ quay.io/kubespray/kubespray:v2.29 .0 bash
208208# Inside the container you may now run the kubespray playbooks:
209209ansible-playbook -i /inventory/inventory.ini --private-key /root/.ssh/id_rsa cluster.yml
210210```
You can’t perform that action at this time.
0 commit comments