Merge pull request #243 from curx/patch-2

docs: fix typo (thanks @curx)
pull/246/head
Thorsten Klein 4 years ago committed by GitHub
commit 7cec9bfd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/usage/multimaster.md

@ -9,7 +9,7 @@ Create a cluster with 3 master nodes using k3s' embedded dqlite database.
The first master to be created will use the `--cluster-init` flag and k3d will wait for it to be up and running before creating (and connecting) the other master nodes.
```bash
k3d create cluster multimaser --masters 3
k3d create cluster multimaster --masters 3
```
## Adding master nodes to a running cluster

Loading…
Cancel
Save