From 415468a1a3e6d5bb819b7c5e6b889055480f7495 Mon Sep 17 00:00:00 2001 From: Christopher Negus Date: Mon, 17 May 2021 14:25:45 +0000 Subject: [PATCH] Added links to etcd content --- content/en/docs/setup/best-practices/cluster-large.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/best-practices/cluster-large.md b/content/en/docs/setup/best-practices/cluster-large.md index a75499a811..81b6404f37 100644 --- a/content/en/docs/setup/best-practices/cluster-large.md +++ b/content/en/docs/setup/best-practices/cluster-large.md @@ -24,7 +24,7 @@ on how your cluster is deployed. To avoid running into cloud provider quota issues, when creating a cluster with many nodes, consider: -* Request a quota increase for cloud resources such as: +* Requesting a quota increase for cloud resources such as: * Computer instances * CPUs * Storage volumes @@ -33,7 +33,7 @@ consider: * Number of load balancers * Network subnets * Log streams -* Gate the cluster scaling actions to brings up new nodes in batches, with a pause +* Gating the cluster scaling actions to bring up new nodes in batches, with a pause between batches, because some cloud providers rate limit the creation of new instances. ## Control plane components @@ -66,6 +66,10 @@ When creating a cluster, you can (using custom tooling): * start and configure additional etcd instance * configure the {{< glossary_tooltip term_id="kube-apiserver" text="API server" >}} to use it for storing events +See [Operating etcd clusters for Kubernetes](https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/) and +[Set up a High Availability etcd cluster with kubeadm](docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/) +for details on configuring and managing etcd for a large cluster. + ## Addon resources Kubernetes [resource limits](/docs/concepts/configuration/manage-resources-containers/)