Upgrade to Kubenetes 1.20

This commit is contained in:
Marcus Noble 2021-02-05 21:42:52 +00:00
parent 2cf5ce0ace
commit b7c90557df
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
resource "scaleway_k8s_cluster_beta" "k8s-cluster" {
name = "cluster-fun"
description = ""
version = "1.19"
version = "1.20"
cni = "weave"
enable_dashboard = false
ingress = "traefik"