Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubernetes: add 1.30 #339

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ A Kubernetes basic scenario (deploy a simple Nginx) is being tested on Flatcar a
One way to contribute to Flatcar would be to extend the covered CNIs (example: [kubenet][kubenet]) or to provide more complex scenarios (example: [cilium extension][cilium]).

This is a compatibility matrix between Flatcar and Kubernetes deployed using vanilla components and Flatcar provided software:
| :arrow_down: Flatcar channel \ Kubernetes Version :arrow_right: | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 |
|--------------------------------------|--------------------|--------------------|--------------------|--------------------|---------------------------------|------|
| Alpha | :large_orange_diamond: | :large_orange_diamond: | :large_orange_diamond: |:white_check_mark: | :white_check_mark: |:white_check_mark: |
| Beta | :large_orange_diamond: | :large_orange_diamond: | :large_orange_diamond: |:white_check_mark: | :white_check_mark: |:white_check_mark: |
| Stable | :large_orange_diamond: | :large_orange_diamond: | :large_orange_diamond: |:white_check_mark: | :white_check_mark: |:white_check_mark: |
| LTS (2023) | :large_orange_diamond: | :large_orange_diamond: | :large_orange_diamond: |:white_check_mark: | :white_check_mark: |:white_check_mark: |
| :arrow_down: Flatcar channel \ Kubernetes Version :arrow_right: | 1.25 | 1.26 | 1.27 | 1.28 | 1.29 | 1.30 |
|--------------------------------------|--------------------|--------------------|--------------------|---------------------------------|------|------|
| Alpha | :large_orange_diamond: | :large_orange_diamond: |:large_orange_diamond: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
| Beta | :large_orange_diamond: | :large_orange_diamond: |:large_orange_diamond: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
| Stable | :large_orange_diamond: | :large_orange_diamond: |:large_orange_diamond: |:white_check_mark: |:white_check_mark: |:white_check_mark: |
| LTS (2023) | :large_orange_diamond: | :large_orange_diamond: |:large_orange_diamond: |:white_check_mark: |:white_check_mark: |:white_check_mark: |

:large_orange_diamond:: The version is not tested anymore before a release but was known for working.

Expand Down
Loading