From 3b987e5c406ef730f44b4300330a26052f936e8e Mon Sep 17 00:00:00 2001 From: Prashanth Balasubramanian Date: Wed, 18 Nov 2015 17:51:38 -0800 Subject: [PATCH] Clarify that Ingress is a beta resource. --- docs/user-guide/ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/ingress.md b/docs/user-guide/ingress.md index 3e94018fbc7..60bb03038d1 100644 --- a/docs/user-guide/ingress.md +++ b/docs/user-guide/ingress.md @@ -88,7 +88,7 @@ It can be configured to give services externally-reachable urls, load balance tr ## Prerequisites Before you start using the Ingress resource, there are a few things you should understand: -* The Ingress resource is not available in any Kubernetes release prior to 1.1 +* The Ingress is a beta resource, not available in any Kubernetes release prior to 1.1. * You need an Ingress controller to satisfy an Ingress. Simply creating the resource will have no effect. * On GCE/GKE there should be a [L7 cluster addon](../../cluster/addons/cluster-loadbalancing/glbc/README.md#prerequisites), on other platforms you either need to write your own or [deploy an existing controller](https://github.com/kubernetes/contrib/tree/master/Ingress) as a pod. * The resource currently does not support HTTPS, but will do so before it leaves beta.