mirror of https://github.com/status-im/consul.git
Apply suggestions from code review
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
This commit is contained in:
parent
2eeabeba71
commit
29c83c0eb4
|
@ -48,7 +48,7 @@ Ensure that the following requirements are met prior to upgrading:
|
|||
```
|
||||
|
||||
|
||||
If you have any active `Gateways`, you will receive output similar to the following response. The output has been truncated to show only relevant fields:
|
||||
If you have any active `Gateways`, you will receive output similar to the following response. The output has been truncated to show only relevant fields:
|
||||
|
||||
```yaml
|
||||
apiVersion: v1
|
||||
|
@ -392,7 +392,7 @@ Ensure that the following requirements are met prior to upgrading:
|
|||
|
||||
## Standard Upgrade
|
||||
|
||||
-> **NOTE** When you see `VERSION` in examples of commands or configuration settings, replace `VERSION` with the version number of the release you are installing, like `0.2.0`. If there is a lower case "v" in front of `VERSION` the version number needs to follow the "v" as is `v0.2.0`
|
||||
~> **Note:** When you see `VERSION` in examples of commands or configuration settings, replace `VERSION` with the version number of the release you are installing, like `0.2.0`. If there is a lower case "v" in front of `VERSION` the version number needs to follow the "v" as is `v0.2.0`
|
||||
|
||||
### Requirements
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ description: >-
|
|||
per `gateway` to all `gateways` in that `gatewayClass`. The minimum and
|
||||
maximum settings will override settings configured on any given `gateway`.
|
||||
|
||||
Note: There is a hard limit of eight (8) instances per `gateway` and it can
|
||||
~> **Note:** There is a hard limit of eight (8) instances per `gateway` and it can
|
||||
not be overridden. This hard limit will probably be increased in the future.
|
||||
|
||||
- **Cross Namespace Reference Policies for Certificates:**
|
||||
|
@ -54,6 +54,6 @@ For detailed information on upgrading, please refer to the [upgrade details page
|
|||
|
||||
The changelogs for this major release version and any maintenance versions are listed below.
|
||||
|
||||
-> **Note**: These links will take you to the changelogs on the GitHub website.
|
||||
~> **Note:** The following link will take you to the changelogs on the GitHub website.
|
||||
|
||||
- [0.3.0](https://github.com/hashicorp/consul-api-gateway/releases/tag/v0.3.0)
|
||||
|
|
Loading…
Reference in New Issue