mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-05 08:27:42 -02:30
Update Docker image version in README (#13226)
This commit is contained in:
@@ -22,7 +22,7 @@ Ensure you have installed Docker then
|
||||
```ShellSession
|
||||
docker run --rm -it --mount type=bind,source="$(pwd)"/inventory/sample,dst=/inventory \
|
||||
--mount type=bind,source="${HOME}"/.ssh/id_rsa,dst=/root/.ssh/id_rsa \
|
||||
quay.io/kubespray/kubespray:v2.30.0 bash
|
||||
quay.io/kubespray/kubespray:v2.31.0 bash
|
||||
# Inside the container you may now run the kubespray playbooks:
|
||||
ansible-playbook -i /inventory/inventory.ini --private-key /root/.ssh/id_rsa cluster.yml
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user