duplicated 'the'
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
assignees:
|
assignees:
|
||||||
- davidopp
|
- davidopp
|
||||||
- lavalamp
|
- lavalamp
|
||||||
title: Building Large Clusters
|
title: Building Large Clusters
|
||||||
---
|
---
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
At {{page.version}}, Kubernetes supports clusters with up to 1000 nodes. More specifically, we support configurations that meet *all* of the following criteria:
|
At {{page.version}}, Kubernetes supports clusters with up to 1000 nodes. More specifically, we support configurations that meet *all* of the following criteria:
|
||||||
@@ -21,7 +21,7 @@ At {{page.version}}, Kubernetes supports clusters with up to 1000 nodes. More sp
|
|||||||
|
|
||||||
A cluster is a set of nodes (physical or virtual machines) running Kubernetes agents, managed by a "master" (the cluster-level control plane).
|
A cluster is a set of nodes (physical or virtual machines) running Kubernetes agents, managed by a "master" (the cluster-level control plane).
|
||||||
|
|
||||||
Normally the number of nodes in a cluster is controlled by the the value `NUM_NODES` in the platform-specific `config-default.sh` file (for example, see [GCE's `config-default.sh`](http://releases.k8s.io/{{page.githubbranch}}/cluster/gce/config-default.sh)).
|
Normally the number of nodes in a cluster is controlled by the value `NUM_NODES` in the platform-specific `config-default.sh` file (for example, see [GCE's `config-default.sh`](http://releases.k8s.io/{{page.githubbranch}}/cluster/gce/config-default.sh)).
|
||||||
|
|
||||||
Simply changing that value to something very large, however, may cause the setup script to fail for many cloud providers. A GCE deployment, for example, will run in to quota issues and fail to bring the cluster up.
|
Simply changing that value to something very large, however, may cause the setup script to fail for many cloud providers. A GCE deployment, for example, will run in to quota issues and fail to bring the cluster up.
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ If true, reads will be directed to leader etcd replica.
|
|||||||
Setting this value to true is optional: reads will be more reliable but will also be slower.
|
Setting this value to true is optional: reads will be more reliable but will also be slower.
|
||||||
|
|
||||||
Optionally, you can specify a GCE zone where the first master replica is to be created.
|
Optionally, you can specify a GCE zone where the first master replica is to be created.
|
||||||
Set the the following flag:
|
Set the following flag:
|
||||||
|
|
||||||
* `KUBE_GCE_ZONE=zone` - zone where the first master replica will run.
|
* `KUBE_GCE_ZONE=zone` - zone where the first master replica will run.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user