From 0f2935685e98ba29a5cbb3d79af00eb1964ff55e Mon Sep 17 00:00:00 2001 From: OguzPastirmaci Date: Tue, 10 Sep 2024 19:11:10 -0700 Subject: [PATCH 1/3] Update stack version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bab6b6f..013905c 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.7.1/oke-rdma-quickstart-v24.7.1.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.9.1/oke-rdma-quickstart-v24.9.1.zip) For the image ID, use the ID of the image that you imported in the previous step. From 3e7c92ffa8ba2152fc05399e4dd06fe522e641c8 Mon Sep 17 00:00:00 2001 From: OguzPastirmaci Date: Tue, 10 Sep 2024 19:14:18 -0700 Subject: [PATCH 2/3] Update package location --- terraform/cloud-init/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/cloud-init/ubuntu.sh b/terraform/cloud-init/ubuntu.sh index c3effe1..79ecc62 100644 --- a/terraform/cloud-init/ubuntu.sh +++ b/terraform/cloud-init/ubuntu.sh @@ -1,7 +1,7 @@ #!/bin/bash # Add OKE repo & install the package -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' +add-apt-repository -y 'deb [trusted=yes] https://odx-oke.objectstorage.us-sanjose-1.oci.customer-oci.com/n/odx-oke/b/okn-repositories/o/prod/ubuntu-jammy/kubernetes-1.29 stable main' apt install -y oci-oke-node-all=1.29.1* From fe0aa13d32b7e344e0b75bf7d65c61671a6e2f09 Mon Sep 17 00:00:00 2001 From: OguzPastirmaci Date: Tue, 10 Sep 2024 19:14:42 -0700 Subject: [PATCH 3/3] Update package location --- terraform/cloud-init/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/cloud-init/ubuntu.sh b/terraform/cloud-init/ubuntu.sh index 79ecc62..5a21e9f 100644 --- a/terraform/cloud-init/ubuntu.sh +++ b/terraform/cloud-init/ubuntu.sh @@ -3,6 +3,6 @@ # Add OKE repo & install the package add-apt-repository -y 'deb [trusted=yes] https://odx-oke.objectstorage.us-sanjose-1.oci.customer-oci.com/n/odx-oke/b/okn-repositories/o/prod/ubuntu-jammy/kubernetes-1.29 stable main' -apt install -y oci-oke-node-all=1.29.1* +apt install -y oci-oke-node-all* oke bootstrap --manage-gpu-services