Update multiple-zones.md

Fix bad link.
pull/6379/head
Stewart-YU 2017-11-20 10:23:07 +08:00 committed by GitHub
parent 42253001ec
commit a5dd0ebd15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ title: Running in Multiple Zones
Kubernetes 1.2 adds support for running a single cluster in multiple failure zones Kubernetes 1.2 adds support for running a single cluster in multiple failure zones
(GCE calls them simply "zones", AWS calls them "availability zones", here we'll refer to them as "zones"). (GCE calls them simply "zones", AWS calls them "availability zones", here we'll refer to them as "zones").
This is a lightweight version of a broader Cluster Federation feature (previously referred to by the affectionate This is a lightweight version of a broader Cluster Federation feature (previously referred to by the affectionate
nickname ["Ubernetes"](https://github.com/kubernetes/community/blob/{{page.githubbranch}}/contributors/design-proposals/federation/federation.md)). nickname ["Ubernetes"](https://github.com/kubernetes/community/blob/{{page.githubbranch}}/contributors/design-proposals/multicluster/federation.md)).
Full Cluster Federation allows combining separate Full Cluster Federation allows combining separate
Kubernetes clusters running in different regions or cloud providers Kubernetes clusters running in different regions or cloud providers
(or on-premises data centers). However, many (or on-premises data centers). However, many