From 17f92d2ccec34e208f073a019e9d17b0b4f90b81 Mon Sep 17 00:00:00 2001 From: Seokjun Yang Date: Tue, 5 May 2026 02:48:22 +0000 Subject: [PATCH] Update Docker image version in README (#13226) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e20add568..24fde04e1 100644 --- a/README.md +++ b/README.md @@ -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 ```