Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #335 from flatcar/tormath1/kubernetes
Browse files Browse the repository at this point in the history
kubernetes: add kubernetes 1.28.1
  • Loading branch information
tormath1 authored Sep 13, 2023
2 parents 3f31f1b + 5b3ff2d commit e333263
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/container-runtimes/getting-started-with-kubernetes.md
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.23 | 1.24 | 1.25 | 1.26 | 1.27 |
|--------------------------------------|--------------------|--------------------|--------------------|--------------------|--------------------|
| Alpha | :large_orange_diamond: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |
| Beta | :large_orange_diamond: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |
| Stable | :large_orange_diamond: | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark: |
| LTS | :large_orange_diamond: | :white_check_mark: | :white_check_mark: | :x: |:x: |
| :arrow_down: Flatcar channel \ Kubernetes Version :arrow_right: | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 | 1.28 |
|--------------------------------------|--------------------|--------------------|--------------------|--------------------|--------------------|---------------------------------|
| Alpha | :large_orange_diamond: | :large_orange_diamond: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: |
| Beta | :large_orange_diamond: | :large_orange_diamond: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: |
| Stable | :large_orange_diamond: | :large_orange_diamond: | :white_check_mark: | :white_check_mark: |:white_check_mark: | :white_check_mark: |
| LTS | :large_orange_diamond: | :large_orange_diamond: | :white_check_mark: | :x: |:x: | :x: |

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

Expand Down

0 comments on commit e333263

Please sign in to comment.