diff options
| author | Quinton Hoole <quinton@google.com> | 2016-07-06 15:42:56 -0700 |
|---|---|---|
| committer | Quinton Hoole <quinton@google.com> | 2016-07-06 15:42:56 -0700 |
| commit | 9813b6e476becc5bebb82bfc5be4fbfa56b31cdd (patch) | |
| tree | cdbc202f61db25e391ae7f8d1bf740a015cc5de4 /podaffinity.md | |
| parent | 11aa9b27bbc2763f836e528b660d8efbf9df4b52 (diff) | |
Deprecate the term "Ubernetes" in favor of "Cluster Federation" and "Multi-AZ Clusters"
Diffstat (limited to 'podaffinity.md')
| -rw-r--r-- | podaffinity.md | 2 |
1 files changed, 1 insertions, 1 deletions
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"}` |
