Skip to content

Commit

Permalink
update/clarify doc about k8s version compatibility with rancher
Browse files Browse the repository at this point in the history
  • Loading branch information
janfrederik committed Nov 15, 2024
1 parent b69c8cd commit d7456b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@ module "kube-hetzner" {

# Allows you to specify either stable, latest, testing or supported minor versions.
# see https://rancher.com/docs/k3s/latest/en/upgrades/basic/ and https://update.k3s.io/v1-release/channels
# ⚠️ If you are going to use Rancher addons for instance, it's always a good idea to fix the kube version to latest - 0.01,
# ⚠️ Rancher currently only supports v1.25 and earlier versions: https://github.com/rancher/rancher/issues/41113
# ⚠️ If you are going to use Rancher addons for instance, it's always a good idea to fix the kube version to one minor version below the latest stable,
# e.g. v1.29 instead of the stable v1.30.
# The default is "stable".
# initial_k3s_channel = "stable"

Expand Down Expand Up @@ -853,7 +853,7 @@ module "kube-hetzner" {
# lb_hostname = "mycluster.domain.com"

# You can enable Rancher (installed by Helm behind the scenes) with the following flag, the default is "false".
# ⚠️ Rancher currently only supports Kubernetes v1.28 and earlier, you will need to set initial_k3s_channel to a supported version: https://github.com/rancher/rancher/issues/43110
# ⚠️ Rancher often doesn't support the latest Kubernetes version. You will need to set initial_k3s_channel to a supported version.
# When Rancher is enabled, it automatically installs cert-manager too, and it uses rancher's own self-signed certificates.
# See for options https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster#3-choose-your-ssl-configuration
# The easiest thing is to leave everything as is (using the default rancher self-signed certificate) and put Cloudflare in front of it.
Expand Down

0 comments on commit d7456b3

Please sign in to comment.