From 3f69d3315dbff21cd285da3a40b352ab00220581 Mon Sep 17 00:00:00 2001 From: Surya Seetharaman Date: Wed, 6 Nov 2024 20:13:18 +0100 Subject: [PATCH] nitfix: KubeOVN link was wrongly populated --- site-src/implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-src/implementations.md b/site-src/implementations.md index 69cd13f3..62d37031 100644 --- a/site-src/implementations.md +++ b/site-src/implementations.md @@ -13,6 +13,6 @@ Updated: 10-29-2024 - [Kube-network-policies](https://github.com/kubernetes-sigs/kube-network-policies) - [OVN-Kubernetes CNI](https://github.com/ovn-org/ovn-kubernetes/) (Has implemented standard fields of the API + Nodes/Networks in Experimental) - [Antrea CNI](https://github.com/antrea-io/antrea/) (Has implemented standard fields of the API) -- [KubeOVN CNI](https://github.com/antrea-io/antrea/) (Has implemented standard fields of the API) +- [KubeOVN CNI](https://github.com/kubeovn/kube-ovn) (Has implemented standard fields of the API) - [Calico CNI](https://github.com/projectcalico/calico/issues/7578) (work in progress) - [Cilium CNI](https://github.com/cilium/cilium/issues/23380) (tracking issue)