Skip to content

Commit

Permalink
docs: Remove network plugin Weave
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 Apr 6, 2024
1 parent 46e4bd1 commit c190b7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 5 additions & 6 deletions docs/user-guide/configuration/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ However, there are multiple supported network plugins available to choose from:
- `cilium`
- `flannel`
- `kube-router`
- `weave`

```yaml
kubernetes:
Expand All @@ -50,11 +49,11 @@ kubernetes:

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

| Kubernetes Version | Calico | Cilium | Flannel | KubeRouter | Weave |
|--------------------|:----------------:|:----------------:|:----------------:|:----------------:|:----------------:|
| **1.25** | :material-check: | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.26** | :material-check: | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.27** | :material-check: | :material-check: | :material-check: | :material-check: | :material-check: |
| Kubernetes Version | Calico | Cilium | Flannel | KubeRouter |
|--------------------|:----------------:|:----------------:|:----------------:|:----------------:|
| **1.25** | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.26** | :material-check: | :material-check: | :material-check: | :material-check: |
| **1.27** | :material-check: | :material-check: | :material-check: | :material-check: |

### Kubernetes DNS mode

Expand Down
1 change: 0 additions & 1 deletion docs/user-guide/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ Each configuration property is documented with 5 columns: Property name, descrip
<li><code>cilium</code></li>
<li><code>flannel</code></li>
<li><code>kube-router</code></li>
<li><code>weave</code></li>
</ul>
</td>
</tr>
Expand Down

0 comments on commit c190b7d

Please sign in to comment.