Merge pull request #4181 from Qonfucius/fix/scaleway-autojoin-doc
[Doc][Scaleway autoJoin] Fix given + mandatory fields
This commit is contained in:
commit
cabafe87b5
|
@ -244,7 +244,7 @@ The configuration can also be provided by environment variables.
|
||||||
### Scaleway
|
### Scaleway
|
||||||
|
|
||||||
This returns the first private IP address of all servers for the given
|
This returns the first private IP address of all servers for the given
|
||||||
`region` with the given `tag_key` and `tag_value`.
|
`region` with the given `tag_name`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ consul agent -retry-join "provider=scaleway organization=my-org tag_name=consul-server token=... region=..."
|
$ consul agent -retry-join "provider=scaleway organization=my-org tag_name=consul-server token=... region=..."
|
||||||
|
@ -259,8 +259,8 @@ $ consul agent -retry-join "provider=scaleway organization=my-org tag_name=consu
|
||||||
- `provider` (required) - the name of the provider ("scaleway" in this case).
|
- `provider` (required) - the name of the provider ("scaleway" in this case).
|
||||||
- `region` (required) - the name of the region.
|
- `region` (required) - the name of the region.
|
||||||
- `tag_name` (required) - the name of the tag to auto-join on.
|
- `tag_name` (required) - the name of the tag to auto-join on.
|
||||||
- `organization` (optional) - the organization access key to use for auth.
|
- `organization` (required) - the organization access key to use for auth (equal to access key).
|
||||||
- `token` (optional) - the token to use for auth.
|
- `token` (required) - the token to use for auth.
|
||||||
|
|
||||||
### Joyent Triton
|
### Joyent Triton
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue