Skip to content

Commit

Permalink
docs: Update network plugin compatibility matrix (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin authored Apr 21, 2024
1 parent c0c9059 commit ee1efe7
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions docs/user-guide/configuration/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,25 @@ kubernetes:

The following table shows the compatibility matrix of supported network plugins and Kubernetes versions:

| Kubernetes Version | Calico | Cilium | Flannel | KubeRouter |
|--------------------|:----------------:|:----------------:|:----------------:|:----------------:|
| **1.26** | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.27** | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.28** | :material-check: | :material-check: | :material-check: | :material-check: |
| 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: |
| **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: |
| **1.28** | RockyLinux | :material-check: | :material-check: | :material-check: | :material-check: |


!!! note "Note"

K3s manager supports only `flannel` network plugin.
K3s manager currently supports only `flannel` network plugin.

### Kubernetes DNS mode

Expand Down

0 comments on commit ee1efe7

Please sign in to comment.