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 Jun 7, 2024
1 parent aa6262c commit e7b20dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.26`, `v1.27`, and `v1.28`.
The supported Kubernetes versions include `v1.27`, `v1.28`, and `v1.29`.

### 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.26** | Ubuntu | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.26** | Debian | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.26** | CentOS | :material-check: | :material-check: | | |
| **1.26** | RockyLinux | :material-check: | :material-check: | :material-check: | |
| **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: |
Expand All @@ -81,6 +77,10 @@ The following table shows the compatibility matrix of supported network plugins
| **1.28** | Debian | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.28** | CentOS | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.28** | RockyLinux | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.29** | Ubuntu | :material-check: | :material-check: | :material-check: | :material-check: |
| **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: |


!!! note "Note"
Expand Down

0 comments on commit e7b20dd

Please sign in to comment.