minikube/site
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
..
assets reduce padding in sidebar tree 2022-11-01 17:45:21 -04:00
content/en Update Kubernetes versions 2025-09-04 20:42:12 +03:00
layouts Revamp minikube website footer 2024-07-12 20:29:29 +05:30
static add time-to-k8s benchmark for v1.36.0 (#20825) 2025-05-23 10:19:44 -07:00
themes site: Update docsy version to v0.12.0 (#20875) 2025-06-02 14:23:04 -07:00
.gitignore Fix unit tests and go tempalte block 2020-01-08 17:08:11 -08:00
.hugo_build.lock docs: add details about app output for /docs/start 2021-10-25 19:13:48 +05:30
README.md Updated site/readme.md outdated documentation (#21209) 2025-07-31 11:13:47 -07:00
config.toml fix: fix slack link on minikube website 2025-01-22 19:02:00 +00:00
package-lock.json Build(deps): Bump postcss, autoprefixer and postcss-cli in /site (#21316) 2025-08-12 10:24:49 -07:00
package.json Build(deps): Bump postcss, autoprefixer and postcss-cli in /site (#21316) 2025-08-12 10:24:49 -07:00