1
0
mirror of https://github.com/rancher/os.git synced 2025-09-09 02:31:36 +00:00

More random docs

This commit is contained in:
Darren Shepherd
2021-10-22 11:40:06 -07:00
parent 4e708c8a1b
commit 06fc7fc32e
12 changed files with 608 additions and 36 deletions

8
docs/mcm.md Normal file
View File

@@ -0,0 +1,8 @@
## 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
```