Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.56 KB

kubernetes-rke2.md

File metadata and controls

47 lines (36 loc) · 1.56 KB
sidebar_label title description hide_table_of_contents type category sidebar_class_name logoUrl
RKE2
RKE2
RKE2 pack in Palette
true
integration
kubernetes
amd64
fips
hide-from-sidebar

Support Lifecycle

We support other Kubernetes distributions such as K3s, Microk8s, and RKE2 until their official EOL. The EOL is set by the respective owner. Once we stop supporting the minor version, we initiate the deprecation process. Refer to the

guide to learn more.

:::warning

Once you upgrade your cluster to a new Kubernetes version, you will not be able to downgrade. We recommend that, before upgrading, you review the information provided in the section.

Review the to learn about pack update and deprecation schedules.

:::

Terraform

data "spectrocloud_registry" "public_registry" {
  name = "Public Repo"
}

data "spectrocloud_pack_simple" "k8s" {
  name    = "kubernetes-rke2"
  version = "1.29.5-rke2r1-build20240515"
  type = "helm"
  registry_uid = data.spectrocloud_registry.public_registry.id
}