From 9813b6e476becc5bebb82bfc5be4fbfa56b31cdd Mon Sep 17 00:00:00 2001 From: Quinton Hoole Date: Wed, 6 Jul 2016 15:42:56 -0700 Subject: Deprecate the term "Ubernetes" in favor of "Cluster Federation" and "Multi-AZ Clusters" --- podaffinity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'podaffinity.md') diff --git a/podaffinity.md b/podaffinity.md index d72a6db8..2bba0c11 100644 --- a/podaffinity.md +++ b/podaffinity.md @@ -347,7 +347,7 @@ scheduler to not put more than one pod from S in the same zone, and thus by definition it will not put more than one pod from S on the same node, assuming each node is in one zone. This rule is more useful as PreferredDuringScheduling anti-affinity, e.g. one might expect it to be common in -[Ubernetes](../../docs/proposals/federation.md) clusters.) +[Cluster Federation](../../docs/proposals/federation.md) clusters.) * **Don't co-locate pods of this service with pods from service "evilService"**: `{LabelSelector: selector that matches evilService's pods, TopologyKey: "node"}` -- cgit v1.2.3