mirror of https://github.com/status-im/consul.git
docs: fixed typos on a few doc pages (#5870)
This commit is contained in:
parent
48bc581470
commit
88b15d84f9
|
@ -319,7 +319,7 @@ $ consul agent -retry-join "provider=vsphere category_name=consul-role tag_name=
|
||||||
|
|
||||||
### Packet
|
### Packet
|
||||||
|
|
||||||
This returns the first private IP address (or the IP addresso of `address type`) of all servers with the given `project` and `auth_token`.
|
This returns the first private IP address (or the IP address of `address type`) of all servers with the given `project` and `auth_token`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ consul agent -retry-join "provider=packet auth_token=token project=uuid url=... address_type=..."
|
$ consul agent -retry-join "provider=packet auth_token=token project=uuid url=... address_type=..."
|
||||||
|
|
|
@ -75,7 +75,7 @@ EOF
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Restrited Update Time
|
### Restricted Update Time
|
||||||
|
|
||||||
The key "haproxy_version" can only be updated during business hours.
|
The key "haproxy_version" can only be updated during business hours.
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ Usage: `consul kv put [options] KEY [DATA]`
|
||||||
-session flag to be set. The key must be held by the session in order to be
|
-session flag to be set. The key must be held by the session in order to be
|
||||||
unlocked. The default value is false.
|
unlocked. The default value is false.
|
||||||
|
|
||||||
* `-session=<string>` - User-defined identifer for this session as a string.
|
* `-session=<string>` - User-defined identifier for this session as a string.
|
||||||
This is commonly used with the -acquire and -release operations to build
|
This is commonly used with the -acquire and -release operations to build
|
||||||
robust locking, but it can be set on any key. The default value is empty (no
|
robust locking, but it can be set on any key. The default value is empty (no
|
||||||
session).
|
session).
|
||||||
|
|
|
@ -104,7 +104,7 @@ Precedence cannot be manually overridden today. This is a feature that will
|
||||||
be added in a later version of Consul.
|
be added in a later version of Consul.
|
||||||
|
|
||||||
In the case the two precedence values match, Consul will evaluate
|
In the case the two precedence values match, Consul will evaluate
|
||||||
intentions based on lexographical ordering of the destination then
|
intentions based on lexicographical ordering of the destination then
|
||||||
source name. In practice, this is a moot point since authorizing a connection
|
source name. In practice, this is a moot point since authorizing a connection
|
||||||
has an exact source and destination value so its impossible for two
|
has an exact source and destination value so its impossible for two
|
||||||
valid non-wildcard intentions to match.
|
valid non-wildcard intentions to match.
|
||||||
|
|
|
@ -138,7 +138,7 @@ is routable and configured by some other system.
|
||||||
|
|
||||||
ClusterIP services are synced by default as of `consul-k8s` version 0.3.0. In
|
ClusterIP services are synced by default as of `consul-k8s` version 0.3.0. In
|
||||||
many Kubernetes clusters, ClusterIPs may not be accessible outside of the cluster,
|
many Kubernetes clusters, ClusterIPs may not be accessible outside of the cluster,
|
||||||
so you may end up with services registered in Consul that are not routeable. To
|
so you may end up with services registered in Consul that are not routable. To
|
||||||
skip syncing ClusterIP services, set [`syncClusterIPServices`](/docs/platform/k8s/helm.html#v-synccatalog-clusterip-sync)
|
skip syncing ClusterIP services, set [`syncClusterIPServices`](/docs/platform/k8s/helm.html#v-synccatalog-clusterip-sync)
|
||||||
to `false` in the Helm chart values file.
|
to `false` in the Helm chart values file.
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ block](/docs/agent/options.html#acl).
|
||||||
|
|
||||||
Datacenters can be upgraded in any order although secondaries will remain in
|
Datacenters can be upgraded in any order although secondaries will remain in
|
||||||
[Legacy ACL mode](#legacy-acl-mode) until the primary datacenter is fully
|
[Legacy ACL mode](#legacy-acl-mode) until the primary datacenter is fully
|
||||||
ugraded.
|
upgraded.
|
||||||
|
|
||||||
Each datacenter should follow the [standard rolling upgrade
|
Each datacenter should follow the [standard rolling upgrade
|
||||||
procedure](/docs/upgrading.html#standard-upgrades).
|
procedure](/docs/upgrading.html#standard-upgrades).
|
||||||
|
|
Loading…
Reference in New Issue