From fee7ebe50a241f995c843ea09c1112c430ca245e Mon Sep 17 00:00:00 2001 From: Andrew Watson Date: Wed, 31 Jan 2018 15:56:09 -0500 Subject: [PATCH] The "Service Load Balancer" project is deprecated (#7052) According to its own description. --- docs/concepts/services-networking/ingress.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/concepts/services-networking/ingress.md b/docs/concepts/services-networking/ingress.md index a22a817f54..38c189e4f2 100644 --- a/docs/concepts/services-networking/ingress.md +++ b/docs/concepts/services-networking/ingress.md @@ -297,7 +297,6 @@ You can expose a Service in multiple ways that don't directly involve the Ingres * Use [Service.Type=LoadBalancer](/docs/concepts/services-networking/service/#type-loadbalancer) * Use [Service.Type=NodePort](/docs/concepts/services-networking/service/#type-nodeport) * Use a [Port Proxy](https://git.k8s.io/contrib/for-demos/proxy-to-service) -* Deploy the [Service loadbalancer](https://git.k8s.io/contrib/service-loadbalancer). This allows you to share a single IP among multiple Services and achieve more advanced loadbalancing through Service Annotations. {% endcapture %} {% include templates/concept.md %}