Add deprecation warning in the docs

Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
Manuel Buil 2023-08-18 11:45:29 +02:00
parent 57c6b1f7e0
commit bd9bc6f40f
4 changed files with 6 additions and 3 deletions

View File

@ -90,7 +90,7 @@ If the CA certificate needs to be rotated, you are required to rotate all the se
Rotating the CA certificate will result in restarting other system pods, that will also use the new CA certificate. This includes:
- Networking pods (canal, calico, flannel, and weave)
- Networking pods (canal, calico and flannel)
- Ingress Controller pods
- KubeDNS pods

View File

@ -158,6 +158,9 @@ kubectl -n kube-system get deploy calico-kube-controllers -o jsonpath='{.spec.te
```
## Weave
Weave is deprecated in v1.27 and will be removed in v1.30
### Weave Network Plug-in Options
```yaml

View File

@ -319,7 +319,7 @@ cloud_provider:
# up on trying to get the job status after this timeout in seconds..
addon_job_timeout: 30
# Specify network plugin-in (canal, calico, flannel, weave, or none)
# Specify network plugin-in (canal, calico, flannel or none)
network:
plugin: canal
# Specify MTU

View File

@ -31,7 +31,7 @@ Users added to the `docker` group are granted effective root permissions on the
- [Calico](https://docs.projectcalico.org/getting-started/kubernetes/requirements#kernel-dependencies)
- [Flannel](https://github.com/flannel-io/flannel/tree/master/Documentation)
- Canal (Combination Calico and Flannel)
- [Weave](https://www.weave.works/docs/net/latest/install/installing-weave/)
- [Weave](https://www.weave.works/docs/net/latest/install/installing-weave/) (Deprecated)
:::note