File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 - deploy-extended
77
88variables :
9- KUBESPRAY_VERSION : v2.26 .0
9+ KUBESPRAY_VERSION : v2.27 .0
1010 FAILFASTCI_NAMESPACE : ' kargo-ci'
1111 GITLAB_REPOSITORY : ' kargo-ci/kubernetes-sigs-kubespray'
1212 ANSIBLE_FORCE_COLOR : " true"
Original file line number Diff line number Diff line change @@ -209,11 +209,11 @@ You will then need to use [bind mounts](https://docs.docker.com/storage/bind-mou
209209to access the inventory and SSH key in the container, like this:
210210
211211``` ShellSession
212- git checkout v2.26 .0
213- docker pull quay.io/kubespray/kubespray:v2.26 .0
212+ git checkout v2.27 .0
213+ docker pull quay.io/kubespray/kubespray:v2.27 .0
214214docker run --rm -it --mount type=bind,source="$(pwd)"/inventory/sample,dst=/inventory \
215215 --mount type=bind,source="${HOME}"/.ssh/id_rsa,dst=/root/.ssh/id_rsa \
216- quay.io/kubespray/kubespray:v2.26 .0 bash
216+ quay.io/kubespray/kubespray:v2.27 .0 bash
217217# Inside the container you may now run the kubespray playbooks:
218218ansible-playbook -i /inventory/inventory.ini --private-key /root/.ssh/id_rsa cluster.yml
219219```
Original file line number Diff line number Diff line change 22namespace : kubernetes_sigs
33description : Deploy a production ready Kubernetes cluster
44name : kubespray
5- version : 2.27 .0
5+ version : 2.28 .0
66readme : README.md
77authors :
88 - The Kubespray maintainers (https://kubernetes.slack.com/channels/kubespray)
You can’t perform that action at this time.
0 commit comments