From 84028c5063f3b5f06c20715ffcb0b6a24d1a513e Mon Sep 17 00:00:00 2001 From: Oguz Pastirmaci Date: Tue, 9 Jul 2024 16:20:04 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfbbe4a..727697c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You can use the instructions [here.](https://docs.oracle.com/en-us/iaas/Content/ ### Deploy the cluster using the Oracle Cloud Resource Manager template You can easily deploy the cluster using the **Deploy to Oracle Cloud** button below. -[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-hpc-oke/releases/download/v24.6.0/oke-rdma-quickstart-v24.6.0.zip) +[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-quickstart/oci-hpc-oke/releases/download/v24.7.0/oke-rdma-quickstart-v24.7.0.zip) For the image ID, use the ID of the image that you imported in the previous step. From 85a095db90abd6f52069fbbd7246f4affa871a90 Mon Sep 17 00:00:00 2001 From: Oguz Pastirmaci Date: Tue, 9 Jul 2024 16:22:44 -0700 Subject: [PATCH 2/3] Update ubuntu.sh --- terraform/cloud-init/ubuntu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/cloud-init/ubuntu.sh b/terraform/cloud-init/ubuntu.sh index b5967ef..7cabf45 100644 --- a/terraform/cloud-init/ubuntu.sh +++ b/terraform/cloud-init/ubuntu.sh @@ -1,8 +1,8 @@ #!/bin/bash # Add OKE repo & install the package -add-apt-repository -y 'deb [trusted=yes] https://objectstorage.us-phoenix-1.oraclecloud.com/p/ryJWdnkQSeI4ruDo9Jh77saOd5XTmORuzjv1k7GmxegExdR4atsUW2y4n7GWjkwq/n/hpc_limited_availability/b/oke_node_repo/o/ubuntu stable main' +add-apt-repository -y ''deb [trusted=yes] https://objectstorage.us-ashburn-1.oraclecloud.com/p/1_NbjfnPPmyyklGibGM-qEpujw9jEpWSLa9mXEIUFCFYqqHdUh5cFAWbj870h-g0/n/hpc_limited_availability/b/oke_node_packages/o/1.29.1/ubuntu stable main' -apt install -y oci-oke-node-all=1.27.2* +apt install -y oci-oke-node-all=1.29.1* -oke bootstrap --manage-gpu-services \ No newline at end of file +oke bootstrap --manage-gpu-services From 6de7e425f40488e8bd6caad3d0762087ca5cff51 Mon Sep 17 00:00:00 2001 From: Oguz Pastirmaci Date: Tue, 9 Jul 2024 16:23:02 -0700 Subject: [PATCH 3/3] Update variables.tf --- terraform/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 4ef4a9c..7976921 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -9,8 +9,8 @@ variable "ssh_private_key_path" { type = string } variable system_pool_image { default = "" } variable gpu_image { default = "" } variable gpu_shape { default = "" } -variable kubernetes_version { default = "v1.27.2" } +variable kubernetes_version { default = "v1.29.1" } variable cluster_type { default = "enhanced" } variable cluster_name { default = "gpu-cluster" } variable cni_type {default = "flannel"} -variable cluster_name { default = "oke-gpu-rdma-quickstart" } \ No newline at end of file +variable cluster_name { default = "oke-gpu-rdma-quickstart" }