Skip to content

Commit 82ca87a

Browse files
committed
readme updates
1 parent ae4a3c0 commit 82ca87a

14 files changed

+17
-19
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ For more information, Refer [Cloud Native Stack Releases](https://github.com/NVI
4040
| CNS Version | 14.0 | 13.2 | 12.3 |
4141
| :-----: | :-----: | :------: | :------: |
4242
| Platforms | <ul><li>NVIDIA Certified Server (x86 & arm64)</li><li>DGX Server</li></ul> | <ul><li>NVIDIA Certified Server (x86 & arm64)</li><li>DGX Server</li></ul> | <ul><li>NVIDIA Certified Server (x86 & arm64)</li><li>DGX Server</li></ul> |
43-
| Supported OS | <ul><li>Ubuntu 22.04 LTS</li><li>RHEL 8.8</li><li>DGX OS 6.2(Ubuntu 22.04 LTS)</li></ul> | <ul><li>Ubuntu 22.04 LTS</li><li>RHEL 8.8</li><li>DGX OS 6.2(Ubuntu 22.04 LTS)</li></ul> | <ul><li>Ubuntu 22.04 LTS</li><li>RHEL 8.8</li><li>DGX OS 6.2(Ubuntu 22.04 LTS)</li></ul> |
43+
| Supported OS | <ul><li>Ubuntu 22.04 LTS</li><li>RHEL 8.10</li><li>DGX OS 6.2(Ubuntu 22.04 LTS)</li></ul> | <ul><li>Ubuntu 22.04 LTS</li><li>RHEL 8.10</li><li>DGX OS 6.2(Ubuntu 22.04 LTS)</li></ul> | <ul><li>Ubuntu 22.04 LTS</li><li>RHEL 8.10</li><li>DGX OS 6.2(Ubuntu 22.04 LTS)</li></ul> |
4444
| Containerd | 1.7.23 | 1.7.23 | 1.7.23 |
45-
| NVIDIA Container Toolkit | 1.16.2 | 1.16.2 | 1.16.2 |
45+
| NVIDIA Container Toolkit | 1.17.0 | 1.17.0 | 1.17.0 |
4646
| CRI-O | 1.31.2 | 1.30.6 | 1.29.10 |
4747
| Kubernetes | 1.31.2 | 1.30.6 | 1.29.10 |
4848
| CNI (Calico) | 3.28.2 | 3.28.2 | 3.28.2 |
@@ -57,6 +57,8 @@ For more information, Refer [Cloud Native Stack Releases](https://github.com/NVI
5757

5858
# Software
5959

60+
`NOTE:` currently MicroK8s functionality is limited with GPU Operator 24.9.0 as there's known [bug](https://github.com/NVIDIA/gpu-operator/issues/1109). we expected to fix this with another release soon.
61+
6062
- Kubernetes
6163
- [GPU Operator](https://github.com/NVIDIA/gpu-operator)
6264
- [Network Operator](https://github.com/Mellanox/network-operator)
@@ -70,8 +72,6 @@ For more information, Refer [Cloud Native Stack Releases](https://github.com/NVI
7072
- [Kserve](https://github.com/NVIDIA/cloud-native-stack/tree/master/playbooks#enable-kserve-on-cns)
7173
- [LeaderWorkerSet(lws)](https://github.com/NVIDIA/cloud-native-stack/tree/master/playbooks#enable-leaderworkerset)
7274

73-
`NOTE:` currently MicroK8s functionality is limited with GPU Operator 24.9.0 as there's known [bug](https://github.com/NVIDIA/gpu-operator/issues/1109). we expected to fix this with another release soon.
74-
7575
| CNS Version | 14.0 | 13.2 | 12.3 |
7676
| :-----: | :-----: | :------: | :------: |
7777
| MicroK8s | 1.31 | 1.30 | 1.29 |
@@ -88,7 +88,7 @@ For more information, Refer [Cloud Native Stack Releases](https://github.com/NVI
8888
Please make sure to meet the following prerequisites to Install the Cloud Native Stack
8989

9090
- system has direct internet access
91-
- system should have an Operating system either Ubuntu 22.04 and above or RHEL 8.8
91+
- system should have an Operating system either Ubuntu 22.04 and above or RHEL 8.10
9292
- system has adequate internet bandWidth
9393
- DNS server is working fine on the System
9494
- system can access Google repo(for k8s installation)

install-guides/DGX-6.2_Server_v12.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Following the instructions in the output, execute the commands as shown below:
374374
With the following command, you install a pod-network add-on to the control plane node. We are using calico as the pod-network add-on here:
375375

376376
```
377-
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/calico.yaml
377+
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/calico.yaml
378378
```
379379

380380
Update the Calico Daemonset

install-guides/DGX-6.2_Server_v13.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Following the instructions in the output, execute the commands as shown below:
373373
With the following command, you install a pod-network add-on to the control plane node. We are using calico as the pod-network add-on here:
374374

375375
```
376-
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/calico.yaml
376+
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/calico.yaml
377377
```
378378

379379
Update the Calico Daemonset

install-guides/DGX-6.2_Server_v14.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Following the instructions in the output, execute the commands as shown below:
372372
With the following command, you install a pod-network add-on to the control plane node. We are using calico as the pod-network add-on here:
373373

374374
```
375-
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/calico.yaml
375+
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/calico.yaml
376376
```
377377

378378
Update the Calico Daemonset

install-guides/RHEL-8-10_Server_x86-arm64_v12.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ sudo chown $(id -u):$(id -g) $HOME/.kube/config
368368
With the following command, you install a pod-network add-on to the control plane node. We are using calico as the pod-network add-on here:
369369

370370
```
371-
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.1/manifests/calico.yaml
371+
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/calico.yaml
372372
```
373373

374374
Update the Calico Daemonset

install-guides/RHEL-8-10_Server_x86-arm64_v13.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ sudo chown $(id -u):$(id -g) $HOME/.kube/config
367367
With the following command, you install a pod-network add-on to the control plane node. We are using calico as the pod-network add-on here:
368368

369369
```
370-
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.1/manifests/calico.yaml
370+
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/calico.yaml
371371
```
372372

373373
Update the Calico Daemonset

install-guides/RHEL-8-10_Server_x86-arm64_v14.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ sudo chown $(id -u):$(id -g) $HOME/.kube/config
367367
With the following command, you install a pod-network add-on to the control plane node. We are using calico as the pod-network add-on here:
368368

369369
```
370-
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.1/manifests/calico.yaml
370+
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/calico.yaml
371371
```
372372

373373
Update the Calico Daemonset

install-guides/Ubuntu-22-04_Server_Developer-x86-arm64_v12.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ Following the instructions in the output, execute the commands as shown below:
563563
With the following command, you install a pod-network add-on to the control plane node. We are using calico as the pod-network add-on here:
564564

565565
```
566-
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.1/manifests/calico.yaml
566+
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/calico.yaml
567567
```
568568

569569
Update the Calico Daemonset

install-guides/Ubuntu-22-04_Server_Developer-x86-arm64_v13.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ Following the instructions in the output, execute the commands as shown below:
562562
With the following command, you install a pod-network add-on to the control plane node. We are using calico as the pod-network add-on here:
563563

564564
```
565-
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.1/manifests/calico.yaml
565+
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/calico.yaml
566566
```
567567

568568
Update the Calico Daemonset

install-guides/Ubuntu-22-04_Server_Developer-x86-arm64_v14.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ Following the instructions in the output, execute the commands as shown below:
562562
With the following command, you install a pod-network add-on to the control plane node. We are using calico as the pod-network add-on here:
563563

564564
```
565-
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.1/manifests/calico.yaml
565+
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/calico.yaml
566566
```
567567

568568
Update the Calico Daemonset

0 commit comments

Comments
 (0)