From 1046a70d43bb1e43020c9feeb7ae13df87ccfa2f Mon Sep 17 00:00:00 2001 From: Yuexiao Wang <20082558+yuexiao-wang@users.noreply.github.com> Date: Tue, 23 Oct 2018 09:31:36 +0800 Subject: [PATCH] remove redundant for Jaguar (#10694) Signed-off-by: yuexiao-wang --- .../en/docs/concepts/cluster-administration/networking.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/en/docs/concepts/cluster-administration/networking.md b/content/en/docs/concepts/cluster-administration/networking.md index 924b72fd76..e1e16ea47a 100644 --- a/content/en/docs/concepts/cluster-administration/networking.md +++ b/content/en/docs/concepts/cluster-administration/networking.md @@ -277,11 +277,6 @@ Weave Net runs as a [CNI plug-in](https://www.weave.works/docs/net/latest/cni-pl or stand-alone. In either version, it doesn't require any configuration or extra code to run, and in both cases, the network provides one IP address per pod - as is standard for Kubernetes. -### Jaguar - -[Jaguar](https://gitlab.com/sdnlab/jaguar) is an open source solution for Kubernetes's network based on OpenDaylight. -Jaguar provides overlay network using vxlan and Jaguar CNIPlugin provides one IP address per pod. - {{% /capture %}} {{% capture whatsnext %}}