Skip to content

Commit bd8cf23

Browse files
committed
24.11.0 release
1 parent a86f415 commit bd8cf23

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For more information, Refer [Cloud Native Stack Releases](https://github.com/NVI
4747
| Kubernetes | 1.31.2 | 1.30.6 | 1.29.10 |
4848
| CNI (Calico) | 3.28.2 | 3.28.2 | 3.28.2 |
4949
| NVIDIA GPU Operator | 24.9.0 | 24.9.0 | 24.9.0 |
50-
| NVIDIA Network Operator | 24.7.0(x86 Only) | 24.7.0(x86 Only) | 24.7.0(x86 Only) |
50+
| NVIDIA Network Operator | 24.7.0 | 24.7.0 | 24.7.0 |
5151
| NVIDIA Data Center Driver | 550.127.05 | 550.127.05 | 550.127.05 |
5252
| Helm | 3.16.2 | 3.16.2 | 3.16.2 |
5353

playbooks/cns-installation.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
when: ansible_os_family == 'RedHat'
5555
become: true
5656

57+
- name: check and update RHEL version
58+
when: "ansible_distribution_version != '8.10' and ansible_os_family == 'RedHat'"
59+
shell: subscription-manager release --set 8.10; sudo yum update -y -q
60+
become: true
61+
5762
- name: check for Kernel SNP release
5863
shell: uname -r | awk -F'-' '{print $3}'
5964
register: snp

playbooks/prerequisites.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
become: true
8585
when: "ansible_distribution == 'RedHat'"
8686
yum:
87-
name: ['net-tools', 'libseccomp', 'curl', 'ca-certificates', 'kubelet-{{ k8s_version }}', 'kubeadm-{{ k8s_version }}', 'kubectl-{{ k8s_version }}']
87+
name: ['containers-common','net-tools', 'libseccomp', 'curl', 'ca-certificates', 'kubelet-{{ k8s_version }}', 'kubeadm-{{ k8s_version }}', 'kubectl-{{ k8s_version }}']
8888
state: present
8989

9090
- name: Hold the installed Packages

0 commit comments

Comments
 (0)