Fix use of on-premises terminology (#4413)

* Fix use of on-premises terminology

* Update ingress doc with on-premises term
This commit is contained in:
Luke Heidecke
2017-08-01 18:10:37 -04:00
committed by Andrew Chen
parent bd2c8cdd61
commit abd60bc4be
7 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ This is a lightweight version of a broader Cluster Federation feature (previousl
nickname ["Ubernetes"](https://git.k8s.io/community/contributors/design-proposals/federation.md)).
Full Cluster Federation allows combining separate
Kubernetes clusters running in different regions or cloud providers
(or on-premise data centers). However, many
(or on-premises data centers). However, many
users simply want to run a more available Kubernetes cluster in multiple zones
of their single cloud provider, and this is what the multizone support in 1.2 allows
(this previously went by the nickname "Ubernetes Lite").