tasks/network: add Cilium in dual-stack supported plugins

Update installation steps with the latest stable release.

Signed-off-by: André Martins <aanm90@gmail.com>
This commit is contained in:
André Martins
2021-05-26 13:58:24 +02:00
parent 3dcead4f68
commit e4615a2ffb
2 changed files with 40 additions and 26 deletions
@@ -16,7 +16,7 @@ This document shares how to validate IPv4/IPv6 dual-stack enabled Kubernetes clu
* Provider support for dual-stack networking (Cloud provider or otherwise must be able to provide Kubernetes nodes with routable IPv4/IPv6 network interfaces)
* A [network plugin](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/) that supports dual-stack (such as Kubenet or Calico)
* A [network plugin](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/) that supports dual-stack (such as Calico, Cilium or Kubenet)
* [Dual-stack enabled](/docs/concepts/services-networking/dual-stack/) cluster
{{< version-check >}}