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. 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 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" }