Skip to content

Commit 21057ec

Browse files
committed
fix rook ceph version
1 parent 07d4a6c commit 21057ec

2 files changed

Lines changed: 20 additions & 17 deletions

File tree

docs/software-install/deploying-eda/bootstrap-the-talos-kubernetes-cluster.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Bootstrap the Talos Kubernetes cluster
23

34
When all the virtual machines are deployed and running, you can set up the Kubernetes cluster on the virtual machines using Talos.
@@ -68,11 +69,12 @@ EDA uses Rook Ceph as a secure, distributed, and redundant data store for all th
6869
6970
/// tab | Internet based installation
7071
71-
```
72+
```bash
7273
helm install --create-namespace \
7374
--namespace rook-ceph \
75+
--version -{{ rook_ceph_version }}- \
7476
-f path/to/rook-ceph-operator-values.yaml \
75-
rook-ceph rook-release/rook-ceph
77+
rook-ceph rook-release/rook-ceph
7678
```
7779
7880
///
@@ -82,10 +84,10 @@ EDA uses Rook Ceph as a secure, distributed, and redundant data store for all th
8284
```bash
8385
helm install --create-namespace \
8486
--namespace rook-ceph \
85-
--version v1.15.0 \
87+
--version -{{ rook_ceph_version }}- \
8688
-f path/to/rook-ceph-operator-values.yaml \
8789
rook-ceph \
88-
http://eda:eda@<ASSETS VM IP>/artifacts/rook-ceph-v1.15.0.tgz
90+
http://eda:eda@<ASSETS VM IP>/artifacts/rook-ceph--{{ rook_ceph_version }}-.tgz
8991
```
9092
9193
///

mkdocs.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,26 +60,26 @@ nav:
6060
- Troubleshooting: connect/troubleshooting.md
6161
- Audit: connect/audit.md
6262
- Nutanix:
63-
- Nutanix Plugin: connect/nutanix-plugin.md
64-
- Installation: connect/nutanix-plugin-installation.md
63+
- Nutanix Plugin: connect/nutanix-plugin.md
64+
- Installation: connect/nutanix-plugin-installation.md
6565
- Kubernetes:
66-
- Kubernetes Plugin: connect/kubernetes-plugin.md
67-
- Installation:
68-
- Overview: connect/kubernetes-plugin-installation.md
69-
- Helm Installation: connect/kubernetes-plugin-helm-installation.md
70-
- OLM Installation: connect/kubernetes-plugin-olm-installation.md
66+
- Kubernetes Plugin: connect/kubernetes-plugin.md
67+
- Installation:
68+
- Overview: connect/kubernetes-plugin-installation.md
69+
- Helm Installation: connect/kubernetes-plugin-helm-installation.md
70+
- OLM Installation: connect/kubernetes-plugin-olm-installation.md
7171
- OpenStack:
72-
- OpenStack Plugin: connect/openstack-plugin.md
73-
- Installation:
72+
- OpenStack Plugin: connect/openstack-plugin.md
73+
- Installation:
7474
- Overview: connect/openstack-plugin-installation.md
7575
- RHOSP 17.1 Installation: connect/openstack-plugin-rhosp-installation.md
7676
- VMware:
7777
- vSphere:
78-
- VMware vSphere Plugin: connect/vmware-plugin.md
79-
- Installation: connect/vmware-plugin-installation.md
78+
- VMware vSphere Plugin: connect/vmware-plugin.md
79+
- Installation: connect/vmware-plugin-installation.md
8080
- NSX:
81-
- VMware NSX Plugin: connect/vmware-nsx.md
82-
- Installation: connect/vmware-nsx-installation.md
81+
- VMware NSX Plugin: connect/vmware-nsx.md
82+
- Installation: connect/vmware-nsx-installation.md
8383
- Development:
8484
- Applications:
8585
- There's an app for that: development/apps/index.md
@@ -231,6 +231,7 @@ plugins:
231231
extra:
232232
eda_version: "25.12.1" # current EDA version (provided without the v prefix)
233233
srl_version: "25.10.1" # latest SRL version for the current EDA version
234+
rook_ceph_version: "v1.18.7"
234235
social:
235236
- icon: nokia/N-white
236237
link: https://www.nokia.com/data-center-networks/data-center-fabric/event-driven-automation/

0 commit comments

Comments
 (0)