Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
OguzPastirmaci authored Jul 9, 2024
1 parent 85a095d commit 6de7e42
Showing 1 changed file with 2 additions and 2 deletions.
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 6de7e42

Please sign in to comment.