Upgrade kubernetes to 1.21
This commit is contained in:
parent
1f044b5ae3
commit
2427fe07ba
@ -1,7 +1,7 @@
|
||||
resource "scaleway_k8s_cluster_beta" "k8s-cluster" {
|
||||
name = "cluster-fun"
|
||||
description = ""
|
||||
version = "1.20.3"
|
||||
version = "1.21.0"
|
||||
cni = "weave"
|
||||
enable_dashboard = false
|
||||
ingress = "traefik"
|
||||
|
Loading…
Reference in New Issue
Block a user