Skip to content

Commit

Permalink
docs: Update supported K8s versions
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <din.music@din-cloud.com>
  • Loading branch information
MusicDin committed Sep 30, 2024
1 parent 3555da3 commit c1d2b53
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/user-guide/configuration/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kubernetes:
version: v1.28.6
```

The supported Kubernetes versions include `v1.27`, `v1.28`, and `v1.29`.
The supported Kubernetes versions include `v1.28`, `v1.29`, `v1.30`, and `v1.31`.

### Kubernetes network plugin

Expand All @@ -69,10 +69,6 @@ The following table shows the compatibility matrix of supported network plugins

| Kubernetes Version | Operating system | Calico | Cilium | Flannel | KubeRouter |
|--------------------|:-----------------|:----------------:|:----------------:|:----------------:|:----------------:|
| **1.27** | Ubuntu | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.27** | Debian | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.27** | CentOS | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.27** | RockyLinux | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.28** | Ubuntu | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.28** | Debian | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.28** | CentOS | :material-check: | :material-check: | :material-check: | :material-check: |
Expand All @@ -81,7 +77,14 @@ The following table shows the compatibility matrix of supported network plugins
| **1.29** | Debian | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.29** | CentOS | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.29** | RockyLinux | :material-check: | :material-check: | :material-check: | :material-check: |

| **1.30** | Ubuntu | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.30** | Debian | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.30** | CentOS | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.30** | RockyLinux | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.31** | Ubuntu | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.31** | Debian | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.31** | CentOS | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.31** | RockyLinux | :material-check: | :material-check: | :material-check: | :material-check: |

!!! note "Note"

Expand Down

0 comments on commit c1d2b53

Please sign in to comment.