minikube/site/content/en/docs/tutorials
Nir Soffer ce0ab00360 Update Kubernetes versions
We use constants.OldestKubernetesVersion for testing the oldest version
and limiting --kubernetes-version when starting the clusters. Our
tradition is testing 6 releases back from current version, but we were
testing 14 release back (1.20.0).

For upgrading containerd to latest version (v2.1.4) we need to upgrade
to a newer release. Upgrade constants.OldestKubernetesVersion to 1.28.0
which seems to pass all tests.

legacyVersion() used in version_upgrade_test.go was 1.26.0. The comment
in file mention that this should be release from the last 6 month. We do
see failures in the relevant tests (TestRunningBinaryUpgrade) in many
builds so I bumped it as well to 1.32.0 (2 releases back from current).

In preload_test.go we tested --kubernetes-version=1.24.4 which is not
compatible with containerd v2. Use legacyVersion() instead so we don't
need to maintain another version.

We had many example of --kubernetes-version in the docs using older
version which are not supported. Replace all example with current
version to minimize future maintenance. We need to automated this later
so updating the version in minikube will also update the examples.

With this change we have 2 places to update kubernetes versions:
- constants.*KubernetesVersion
- legacyVersion()
2025-09-04 20:42:12 +03:00
..
kubernetes_101 spelling: Fix spelling errors with codespell (#21273) 2025-08-11 11:27:20 -07:00
_index.md Removed exec permission from files that should not have 2021-01-13 18:22:29 -07:00
amd.md Add support for AMD GPU via --gpu=amd for docker linux amd64. 2024-10-11 21:36:06 +01:00
audit-policy.md
configuring_creds_for_aws_ecr.md Add backticks 2023-03-17 22:23:51 -07:00
continuous_integration.md remove deadlink 2024-09-16 15:41:43 -07:00
custom_cert_ingress.md Merge pull request #12086 from browncrane/patch-2 2021-08-13 13:25:05 -07:00
docker_desktop_replacement.md adding the default profile name for the examples 2023-01-10 16:07:51 -05:00
ebpf_tools_in_minikube.md Update ebpf_tools_in_minikube.md (#19887) 2024-11-06 11:07:33 -08:00
local_path_provisioner.md Add tutorial of using local-path-provisioner 2023-09-23 17:41:14 +02:00
multi_control_plane_ha_clusters.md spelling: Fix spelling errors with codespell (#21273) 2025-08-11 11:27:20 -07:00
multi_node.md add multi-node cluster doc for the csi hostpath driver 2023-02-13 22:26:03 +01:00
nginx_tcp_udp_ingress.md site: Add example to ingress tutorial (#20814) 2025-05-21 11:34:12 -07:00
nvidia.md Add support to docker runtime for OCI access to NVIDIA GPUs (#20959) 2025-08-07 11:23:31 -07:00
openid_connect_auth.md
setup_minikube_gui.md spelling: Fix spelling errors with codespell (#21273) 2025-08-11 11:27:20 -07:00
setup_minikube_in_github_actions.md Update Github actions documentation url (#20126) 2024-12-17 09:42:39 -08:00
static_ip.md add FAQ and tutorial for static IP 2023-01-04 12:55:35 -08:00
telemetry.md Update telemetry.md - Replacing don´t existing link/reference 2025-09-01 18:02:28 -07:00
token-auth-file.md Fix typos 2022-06-10 15:26:35 -07:00
user_flag.md Fix typos 2022-06-10 15:26:35 -07:00
volume_snapshots_and_csi.md Update Kubernetes versions 2025-09-04 20:42:12 +03:00
wsl_docker_driver.md add docs for setting up WSL 2 & Docker 2022-01-13 10:14:32 -08:00