Skip to content

Commit

Permalink
enabled auto upgrades and surge upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
bensoer committed Apr 17, 2024
1 parent 2447761 commit 1964003
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/k8infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ resource "digitalocean_kubernetes_cluster" "k8stack" {
region = "nyc3"
version = "1.29.1-do.0"

surge_upgrade = true
auto_upgrade = true

node_pool {
name = "main-worker-pool"
size = "s-2vcpu-2gb"
Expand Down

0 comments on commit 1964003

Please sign in to comment.