Skip to content

Commit 4d76d37

Browse files
author
Andrey Arapov
committed
docs: bump Kubespray version from v2.24.1 to v2.26.0
Updated recommended Kubespray version in provider build docs to v2.26.0. v2.24.1 is likely unmaintained as of April 2025, while v2.26.0 is more current, better supported, and aligned with recent Kubernetes versions.
1 parent 2d99604 commit 4d76d37

File tree

1 file changed

+2
-2
lines changed
  • src/content/Docs/providers/build-a-cloud-provider/akash-cli/kubernetes-cluster-for-akash-providers/kubernetes-cluster-for-akash-providers

1 file changed

+2
-2
lines changed

src/content/Docs/providers/build-a-cloud-provider/akash-cli/kubernetes-cluster-for-akash-providers/kubernetes-cluster-for-akash-providers/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ We recommend installing Kubespray on Ubuntu 22.04. Versions prior it Ubuntu 20.X
101101

102102
Obtain Kubespray and navigate into the created local directory:
103103

104-
> NOTE: It is recommended to try a newer version of Kubespray than `v2.24.1` -- https://github.com/kubernetes-sigs/kubespray/releases
104+
> NOTE: It is recommended to try a newer version of Kubespray than `v2.26.0` -- https://github.com/kubernetes-sigs/kubespray/releases
105105
106106
```
107107
cd ~
108108
109-
git clone -b v2.24.1 --depth=1 https://github.com/kubernetes-sigs/kubespray.git
109+
git clone -b v2.26.0 --depth=1 https://github.com/kubernetes-sigs/kubespray.git
110110
111111
cd kubespray
112112
```

0 commit comments

Comments
 (0)