Skip to content

Commit 9991412

Browse files
authored
Docs: bump version to 2.29.0 (#12621)
Signed-off-by: ChengHao Yang <[email protected]>
1 parent ee6a792 commit 9991412

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Ensure you have installed Docker then
2222
```ShellSession
2323
docker 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:
2727
ansible-playbook -i /inventory/inventory.ini --private-key /root/.ssh/id_rsa cluster.yml
2828
```

docs/ansible/ansible.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ You will then need to use [bind mounts](https://docs.docker.com/storage/bind-mou
200200
to 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
205205
docker 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:
209209
ansible-playbook -i /inventory/inventory.ini --private-key /root/.ssh/id_rsa cluster.yml
210210
```

0 commit comments

Comments
 (0)