From fec4155adc2afbf8654901f1c50471f222eb0411 Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Thu, 15 Mar 2018 12:17:25 -0700 Subject: [PATCH] Remove reference to the deprecated OVS document (#7718) --- docs/concepts/cluster-administration/networking.md | 2 +- docs/concepts/services-networking/ingress.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/cluster-administration/networking.md b/docs/concepts/cluster-administration/networking.md index 7af520617e..da28b5ddfe 100644 --- a/docs/concepts/cluster-administration/networking.md +++ b/docs/concepts/cluster-administration/networking.md @@ -216,7 +216,7 @@ The Nuage platform uses overlays to provide seamless policy-based networking bet ### OpenVSwitch -[OpenVSwitch](/docs/admin/ovs-networking) is a somewhat more mature but also +[OpenVSwitch](https://www.openvswitch.org/) is a somewhat more mature but also complicated way to build an overlay network. This is endorsed by several of the "Big Shops" for networking. diff --git a/docs/concepts/services-networking/ingress.md b/docs/concepts/services-networking/ingress.md index 7716da443b..02ce829749 100644 --- a/docs/concepts/services-networking/ingress.md +++ b/docs/concepts/services-networking/ingress.md @@ -16,7 +16,7 @@ Throughout this doc you will see a few terms that are sometimes used interchange * Node: A single virtual or physical machine in a Kubernetes cluster. * Cluster: A group of nodes firewalled from the internet, that are the primary compute resources managed by Kubernetes. * Edge router: A router that enforces the firewall policy for your cluster. This could be a gateway managed by a cloud provider or a physical piece of hardware. -* Cluster network: A set of links, logical or physical, that facilitate communication within a cluster according to the [Kubernetes networking model](/docs/concepts/cluster-administration/networking/). Examples of a Cluster network include Overlays such as [flannel](https://github.com/coreos/flannel#flannel) or SDNs such as [OVS](/docs/admin/ovs-networking/). +* Cluster network: A set of links, logical or physical, that facilitate communication within a cluster according to the [Kubernetes networking model](/docs/concepts/cluster-administration/networking/). Examples of a Cluster network include Overlays such as [flannel](https://github.com/coreos/flannel#flannel) or SDNs such as [OVS](https://www.openvswitch.org/). * Service: A Kubernetes [Service](/docs/concepts/services-networking/service/) that identifies a set of pods using label selectors. Unless mentioned otherwise, Services are assumed to have virtual IPs only routable within the cluster network. ## What is Ingress?