match lke version to what's already deployed
This commit is contained in:
parent
bfdf5f1b16
commit
d070494cd3
|
|
@ -29,7 +29,7 @@ provider "kubernetes" {
|
|||
|
||||
resource "linode_lke_cluster" "prd-video-cluster" {
|
||||
label = "prd-video-cluster"
|
||||
k8s_version = "1.21"
|
||||
k8s_version = "1.31"
|
||||
region = "us-central"
|
||||
tags = ["production"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue