Skip to content

Commit 4219d77

Browse files
authored
Merge pull request #28007 from chrisnegus/large-cluster-fixes
Added links to etcd content
2 parents a63b896 + 415468a commit 4219d77

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/en/docs/setup/best-practices/cluster-large.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on how your cluster is deployed.
2424

2525
To avoid running into cloud provider quota issues, when creating a cluster with many nodes,
2626
consider:
27-
* Request a quota increase for cloud resources such as:
27+
* Requesting a quota increase for cloud resources such as:
2828
* Computer instances
2929
* CPUs
3030
* Storage volumes
@@ -33,7 +33,7 @@ consider:
3333
* Number of load balancers
3434
* Network subnets
3535
* Log streams
36-
* Gate the cluster scaling actions to brings up new nodes in batches, with a pause
36+
* Gating the cluster scaling actions to bring up new nodes in batches, with a pause
3737
between batches, because some cloud providers rate limit the creation of new instances.
3838

3939
## Control plane components
@@ -66,6 +66,10 @@ When creating a cluster, you can (using custom tooling):
6666
* start and configure additional etcd instance
6767
* configure the {{< glossary_tooltip term_id="kube-apiserver" text="API server" >}} to use it for storing events
6868

69+
See [Operating etcd clusters for Kubernetes](https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/) and
70+
[Set up a High Availability etcd cluster with kubeadm](docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/)
71+
for details on configuring and managing etcd for a large cluster.
72+
6973
## Addon resources
7074

7175
Kubernetes [resource limits](/docs/concepts/configuration/manage-resources-containers/)

0 commit comments

Comments
 (0)