mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-24 20:18:18 +00:00
Merge pull request #3843 from werdnum/patch-1
Add documentation for automatic etcd migration
This commit is contained in:
@@ -29,3 +29,6 @@ There are a few config flags that must be the same in all server nodes:
|
||||
* Network related flags: `--cluster-dns`, `--cluster-domain`, `--cluster-cidr`, `--service-cidr`
|
||||
* Flags controlling the deployment of certain components: `--disable-helm-controller`, `--disable-kube-proxy`, `--disable-network-policy` and any component passed to `--disable`
|
||||
* Feature related flags: `--secrets-encryption`
|
||||
|
||||
## Existing clusters
|
||||
If you have an existing cluster using the default embedded SQLite database, you can convert it to etcd by simply restarting your K3s server with the `--cluster-init` flag. Once you've done that, you'll be able to add additional instances as described above.
|
||||
|
||||
Reference in New Issue
Block a user