File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# Add OKE repo & install the package
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'
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
66apt install -y oci-oke-node-all=1.29.1*
77
Original file line number Diff line number Diff line change 11module "oke" {
22 source = " oracle-terraform-modules/oke/oci"
3- version = " 5.1.7 "
3+ version = " 5.1.8 "
44
55 # Provider
66 providers = { oci.home = oci.home }
@@ -34,6 +34,8 @@ module "oke" {
3434 description = " Operational pool" , enabled = true ,
3535 disable_default_cloud_init= true ,
3636 mode = " node-pool" ,
37+ image_type = " custom" ,
38+ image_id = var.operational_pool_image,
3739 boot_volume_size = 150 ,
3840 shape = " VM.Standard.E4.Flex" ,
3941 ocpus = 16 ,
Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ variable "compartment_id" { type = string }
66variable "ssh_public_key_path" { type = string }
77variable "ssh_private_key_path" { type = string }
88
9- variable system_pool_image { default = " " }
9+ variable operational_pool_image { default = " " }
1010variable gpu_image { default = " " }
1111variable gpu_shape { default = " " }
1212variable kubernetes_version { default = " v1.29.1" }
1313variable cluster_type { default = " enhanced" }
14- variable cluster_name { default = " gpu-cluster" }
1514variable cni_type {default = " flannel" }
1615variable cluster_name { default = " oke-gpu-rdma-quickstart" }
You can’t perform that action at this time.
0 commit comments