mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-04 12:13:19 +00:00
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
|
title: Cluster Configuration
|
|
weight: 2025
|
|
---
|
|
|
|
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.]({{<baseurl>}}/rancher/v2.6/en/cluster-admin/cluster-access/cluster-members)
|
|
|
|
### Cluster Configuration References
|
|
|
|
The cluster configuration options depend on the type of Kubernetes cluster:
|
|
|
|
- [RKE Cluster Configuration](./rke-config-reference)
|
|
- [RKE2 Cluster Configuration](./rke2-config-reference)
|
|
- [K3s Cluster Configuration](./k3s-config-reference)
|
|
- [EKS Cluster Configuration](./eks-config-reference)
|
|
- [GKE Cluster Configuration](./gke-config-reference)
|
|
- [AKS Cluster Configuration](./aks-config-reference)
|
|
|
|
### 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 '/rancher/v2.6/en/shared-files/_cluster-capabilities-table.md';
|
|
|
|
<ClusterCapabilitiesTable />
|
|
|