Skip to content

Commit 044e7e6

Browse files
authored
Merge pull request #624 from andy108369/kubespray-version-bump-v2.26.0
docs: bump Kubespray version from v2.24.1 to v2.26.0
2 parents 2d99604 + 4d76d37 commit 044e7e6

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)