Skip to content

Commit ad30f60

Browse files
Merge pull request #28 from OguzPastirmaci/main
Update Kubernetes version to 1.29.1
2 parents b9e38d7 + 6de7e42 commit ad30f60

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can use the instructions [here.](https://docs.oracle.com/en-us/iaas/Content/
3030
### Deploy the cluster using the Oracle Cloud Resource Manager template
3131
You can easily deploy the cluster using the **Deploy to Oracle Cloud** button below.
3232

33-
[![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)
33+
[![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)
3434

3535
For the image ID, use the ID of the image that you imported in the previous step.
3636

terraform/cloud-init/ubuntu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
# Add OKE repo & install the package
4-
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'
4+
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'
55
6-
apt install -y oci-oke-node-all=1.27.2*
6+
apt install -y oci-oke-node-all=1.29.1*
77
8-
oke bootstrap --manage-gpu-services
8+
oke bootstrap --manage-gpu-services

terraform/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ variable "ssh_private_key_path" { type = string }
99
variable system_pool_image { default = "" }
1010
variable gpu_image { default = "" }
1111
variable gpu_shape { default = "" }
12-
variable kubernetes_version { default = "v1.27.2" }
12+
variable kubernetes_version { default = "v1.29.1" }
1313
variable cluster_type { default = "enhanced" }
1414
variable cluster_name { default = "gpu-cluster" }
1515
variable cni_type {default = "flannel"}
16-
variable cluster_name { default = "oke-gpu-rdma-quickstart" }
16+
variable cluster_name { default = "oke-gpu-rdma-quickstart" }

0 commit comments

Comments
 (0)