Merge pull request #28007 from chrisnegus/large-cluster-fixes
Added links to etcd contentpull/28027/head
commit
4219d77e90
|
@ -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,
|
To avoid running into cloud provider quota issues, when creating a cluster with many nodes,
|
||||||
consider:
|
consider:
|
||||||
* Request a quota increase for cloud resources such as:
|
* Requesting a quota increase for cloud resources such as:
|
||||||
* Computer instances
|
* Computer instances
|
||||||
* CPUs
|
* CPUs
|
||||||
* Storage volumes
|
* Storage volumes
|
||||||
|
@ -33,7 +33,7 @@ consider:
|
||||||
* Number of load balancers
|
* Number of load balancers
|
||||||
* Network subnets
|
* Network subnets
|
||||||
* Log streams
|
* 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.
|
between batches, because some cloud providers rate limit the creation of new instances.
|
||||||
|
|
||||||
## Control plane components
|
## Control plane components
|
||||||
|
@ -66,6 +66,10 @@ When creating a cluster, you can (using custom tooling):
|
||||||
* start and configure additional etcd instance
|
* start and configure additional etcd instance
|
||||||
* configure the {{< glossary_tooltip term_id="kube-apiserver" text="API server" >}} to use it for storing events
|
* 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
|
## Addon resources
|
||||||
|
|
||||||
Kubernetes [resource limits](/docs/concepts/configuration/manage-resources-containers/)
|
Kubernetes [resource limits](/docs/concepts/configuration/manage-resources-containers/)
|
||||||
|
|
Loading…
Reference in New Issue