Skip to content

k8s/archive-staging: Upgrade kubernetes cluster to ~~1.24~~ 1.23

Vincent Sellier requested to merge mr/archive-staging-k8s-upgrade into master

Related to infra/sysadm-environment#4688

/cc @teams/sysadmin

To follow this first "real upgrade" of 2 versions in one time

Terraform will perform the following actions:

  # rancher2_cluster.archive-staging will be updated in-place
  ~ resource "rancher2_cluster" "archive-staging" {
        id                         = "c-cx2bq"
        name                       = "archive-staging"
        # (16 unchanged attributes hidden)

      ~ rke_config {
          ~ kubernetes_version    = "v1.22.13-rancher1-1" -> "v1.24.8-rancher1-1"
            # (5 unchanged attributes hidden)

            # (9 unchanged blocks hidden)
        }

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

Merge request reports