mirror of
https://github.com/rancher/os.git
synced 2025-09-16 06:59:12 +00:00
9 lines
216 B
Markdown
9 lines
216 B
Markdown
## Multi-Cluster Management
|
|
|
|
By default Multi Cluster Managmement is disabled in Rancher. To enable set the
|
|
following in the rancherd config.yaml
|
|
```yaml
|
|
rancherValues:
|
|
features: multi-cluster-management=true
|
|
```
|