@@ -82,11 +82,11 @@ Available versions are:
8282
8383- 14.0
8484- 13.2
85- - 13.2
86- - 13.2
85+ - 13.1
86+ - 13.0
8787- 12.3
8888- 12.2
89- - 13.2
89+ - 12.1
9090- 12.0
9191
9292Edit the ` cns_version.yaml ` and update the version you want to install
@@ -104,39 +104,40 @@ cns_version: 13.2
104104
105105## MicroK8s cluster
106106microk8s: no
107- ## Kubernetes Install with Kubeadm
108- install_k8s: yes
107+ ## Kubernetes Install with Kubeadm
108+ install_k8s: yes
109109
110110## Components Versions
111111# Container Runtime options are containerd, cri-o, cri-dockerd
112112container_runtime: "containerd"
113- containerd_version: "1.7.20 "
114- runc_version: "1.1.13 "
113+ containerd_version: "1.7.23 "
114+ runc_version: "1.1.14 "
115115cni_plugins_version: "1.5.1"
116116containerd_max_concurrent_downloads: "5"
117- nvidia_container_toolkit_version: "1.16.1 "
118- crio_version: "1.30.2 "
117+ nvidia_container_toolkit_version: "1.17.4 "
118+ crio_version: "1.30.6 "
119119cri_dockerd_version: "0.3.15"
120- k8s_version: "1.30.2 "
121- calico_version: "3.27.4 "
122- flannel_version: "0.25.5 "
123- helm_version: "3.15.3 "
124- gpu_operator_version: "24.6.1 "
125- network_operator_version: "24.4 .1"
120+ k8s_version: "1.30.6 "
121+ calico_version: "3.28.2 "
122+ flannel_version: "0.25.6 "
123+ helm_version: "3.16.2 "
124+ gpu_operator_version: "24.9.2 "
125+ network_operator_version: "24.10 .1"
126126nim_operator_version: "1.0.0"
127- local_path_provisioner: "0.0.26 "
127+ local_path_provisioner: "0.0.30 "
128128nfs_provisioner: "4.0.18"
129- metallb_version: "0.14.5 "
130- kserve_version: "0.13 "
131- prometheus_stack: "25.27 .0"
129+ metallb_version: "0.14.8 "
130+ kserve_version: "0.14 "
131+ prometheus_stack: "67.5 .0"
132132prometheus_adapter: "4.11.0"
133- elastic_stack: "8.14.1"
133+ grafana_operator: "v5.15.1"
134+ elastic_stack: "8.15.3"
134135lws_version: "0.4.0"
135136
136137# GPU Operator Values
137138enable_gpu_operator: yes
138139confidential_computing: no
139- gpu_driver_version: "550.90.07 "
140+ gpu_driver_version: "570.86.15 "
140141use_open_kernel_module: no
141142enable_mig: no
142143mig_profile: all-disabled
@@ -185,9 +186,12 @@ k8s_gpg_key: "https://pkgs.k8s.io/core:/stable:/v1.30/rpm/repodata/repomd.xml.ke
185186k8s_apt_ring: "/etc/apt/keyrings/kubernetes-apt-keyring.gpg"
186187k8s_registry: "registry.k8s.io"
187188
188- # Install NVIDIA NIM Operator
189+ # Install NVIDIA NIM Operator
189190enable_nim_operator: no
190191
192+ # LeaderWorkerSet https://github.com/kubernetes-sigs/lws/tree/main
193+ lws: no
194+
191195# Local Path Provisioner and NFS Provisoner as Storage option
192196storage: no
193197
@@ -205,7 +209,7 @@ loadbalancer_ip: ""
205209## Cloud Native Stack Validation
206210cns_validation: no
207211
208- # BMC Details for Confidential Computing
212+ # BMC Details for Confidential Computing
209213bmc_ip:
210214bmc_username:
211215bmc_password:
@@ -218,7 +222,7 @@ aws_gpu_instance_type: g4dn.2xlarge
218222
219223## Google Cloud GKE Values
220224#https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects
221- gke_project_id:
225+ gke_project_id:
222226#https://cloud.google.com/compute/docs/regions-zones#available
223227gke_region: us-west1
224228gke_node_zones: ["us-west1-b"]
0 commit comments