Update raft.mdx (#16579)

Explicitly explain that the content of a certificate or key is expected, not a path.
This commit is contained in:
Robert de Bock
2022-08-04 15:56:23 +02:00
committed by GitHub
parent bbc46c12cb
commit 6376c81b31

View File

@@ -83,6 +83,8 @@ The following flags are available for the `operator raft join` command.
- `-retry` `(bool: false)` - Continuously retry joining the Raft cluster upon
failures. The default is false.
~> **Note:** Please be aware that the content (not the path to the file) of the certifcate or key is expected for these parameters: `-leader-ca-cert`, `-leader-client-cert`, `-leader-client-key`.
## list-peers
This command is used to list the full set of peers in the Raft cluster.