Skip to content

Commit

Permalink
update word accessible and unambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
Xingcai Zhang committed Nov 10, 2017
1 parent 58bd5ba commit 98d60cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Use cases which are not listed below are out of the scope of MVP version of Reso

HPA uses the latest value of cpu usage as an average aggregated across 1 minute
(the window may change in the future). The data for a given set of pods
(defined either by pod list or label selector) should be accesible in one request
(defined either by pod list or label selector) should be accessible in one request
due to performance issues.

#### Scheduler
Expand Down
6 changes: 3 additions & 3 deletions contributors/design-proposals/multicluster/federation-lite.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ service of type LoadBalancer. The native cloud load-balancers on both AWS &
GCE are region-level, and support load-balancing across instances in multiple
zones (in the same region). For both clouds, the behaviour of the native cloud
load-balancer is reasonable in the face of failures (indeed, this is why clouds
provide load-balancing as a primitve).
provide load-balancing as a primitive).

For multi-AZ clusters we will therefore simply rely on the native cloud provider
load balancer behaviour, and we do not anticipate substantial code changes.
Expand Down Expand Up @@ -170,8 +170,8 @@ GCE. If you had two volumes both named `myvolume` in two different GCE zones,
this would not be ambiguous when Kubernetes is operating only in a single zone.
But, when operating a cluster across multiple zones, `myvolume` is no longer
sufficient to specify a volume uniquely. Worse, the fact that a volume happens
to be unambigious at a particular time is no guarantee that it will continue to
be unambigious in future, because a volume with the same name could
to be unambiguous at a particular time is no guarantee that it will continue to
be unambiguous in future, because a volume with the same name could
subsequently be created in a second zone. While perhaps unlikely in practice,
we cannot automatically enable multi-AZ clusters for GCE users if this then causes
volume mounts to stop working.
Expand Down

0 comments on commit 98d60cc

Please sign in to comment.