Skip to content

Commit

Permalink
docs: update minimal k8s-version for edge versions (#650)
Browse files Browse the repository at this point in the history
ClusterConfiguration.apiServer.extraArgs is []Arg from k8s-1.29 (was
map[string]string)
  • Loading branch information
evgkrsk authored Dec 11, 2024
1 parent 9171f46 commit 813062f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/reference/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Edge Release artifacts are published on a monthly basis as part of the open sour

Edge Release artifacts contain the code in from the main branch at the point in time when they were cut. This means they always have the latest features and fixes, and have undergone automated testing as well as maintainer code review. Edge Releases may involve partial features that are later modified or backed out. They may also involve breaking changes, of course, we do our best to avoid this. Edge Releases are generally considered production ready, and the project will mark specific releases as “_not recommended_” if bugs are discovered after release.

| Kamaji | Management Cluster | Tenant Cluster |
|-------------|--------------------|----------------------|
| edge-24.9.2 | v1.22+ | [v1.28.0 .. v1.31.1] |
| Kamaji | Management Cluster | Tenant Cluster |
|--------------|--------------------|----------------------|
| edge-24.12.1 | v1.22+ | [v1.29.0 .. v1.31.4] |


Using Edge Release artifacts and reporting bugs helps us ensure a rapid pace of development and is a great way to help maintainers. We publish edge release guidance as part of the release notes and strive to always provide production-ready artifacts.
Expand Down

0 comments on commit 813062f

Please sign in to comment.