mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-03 11:43:15 +00:00
c869ea69ac
* Fix 'title out of sequence' errors fixed Dockershim.md * fixed deprecated-features.md * fixed install-and-configure-kubectl.md * fixed rancher-is-no-longer-needed.md * fixed security.md * fixed technical-items.md + spacing, duplicate section, admonitions * fixed telemetry.md * fixed upgrades.md * fixed upgrade-kubernetes-without-upgrading-rancher.md * fixed air-gapped-upgrades.md * fixed dockershim.md * fixed docker-install-commands.md * fixed install-kubernetes.md * fixed infrastructure-private-registry.md * fixed install-rancher-ha * fixed manage-namespaces and tune-etcd-for-large-installs.md * fixed cis-scans/configuration-reference.md * fixed custom-benchmark.md * fixed supportconfig.md * fixed harvester/overview.md * fixed logging-architecture.md * fixed logging-helm-chart-options.md + rm'd unnecessary annotation title * fixed taints-and-tolerances.md * fixed longhorn/overview.md * fixed neuvector/overview.md * fixed monitoring-and-alerting * fixed rancher-cli.md * fixed cluster-configuration.md * fixed monitoring-v2-configuration/examples.md * fixed servicemonitors-and-podmonitors.md * fixed other-troubleshooting-tips/dns.md
33 lines
1.5 KiB
Markdown
33 lines
1.5 KiB
Markdown
---
|
|
title: Cluster Configuration
|
|
---
|
|
|
|
<head>
|
|
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/reference-guides/cluster-configuration"/>
|
|
</head>
|
|
|
|
After you provision a Kubernetes cluster using Rancher, you can still edit options and settings for the cluster.
|
|
|
|
For information on editing cluster membership, go to [this page.](../../how-to-guides/new-user-guides/manage-clusters/access-clusters/add-users-to-clusters.md)
|
|
|
|
## Cluster Configuration References
|
|
|
|
The cluster configuration options depend on the type of Kubernetes cluster:
|
|
|
|
- [RKE Cluster Configuration](rancher-server-configuration/rke1-cluster-configuration.md)
|
|
- [RKE2 Cluster Configuration](rancher-server-configuration/rke2-cluster-configuration.md)
|
|
- [K3s Cluster Configuration](rancher-server-configuration/k3s-cluster-configuration.md)
|
|
- [EKS Cluster Configuration](rancher-server-configuration/eks-cluster-configuration.md)
|
|
- [GKE Cluster Configuration](rancher-server-configuration/gke-cluster-configuration/gke-cluster-configuration.md)
|
|
- [AKS Cluster Configuration](rancher-server-configuration/aks-cluster-configuration.md)
|
|
|
|
## Cluster Management Capabilities by Cluster Type
|
|
|
|
The options and settings available for an existing cluster change based on the method that you used to provision it.
|
|
|
|
The following table summarizes the options and settings available for each cluster type:
|
|
|
|
import ClusterCapabilitiesTable from '../../shared-files/_cluster-capabilities-table.md';
|
|
|
|
<ClusterCapabilitiesTable />
|