Skip to content

Commit

Permalink
Merge pull request #28 from OguzPastirmaci/main
Browse files Browse the repository at this point in the history
Update Kubernetes version to 1.29.1
  • Loading branch information
OguzPastirmaci authored Jul 10, 2024
2 parents b9e38d7 + 6de7e42 commit ad30f60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions terraform/cloud-init/ubuntu.sh
Original file line number Diff line number Diff line change
@@ -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
oke bootstrap --manage-gpu-services
4 changes: 2 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
variable cluster_name { default = "oke-gpu-rdma-quickstart" }

0 comments on commit ad30f60

Please sign in to comment.