mirror of https://github.com/hashicorp/consul
Merge branch 'sa-restructure-documentation' of github.com:hashicorp/consul into sa-restructure-documentation
commit
60108c860a
|
@ -47,7 +47,7 @@ The following outline shows how to format the configurations in the `GatewayClas
|
|||
This topic provides details about the configuration parameters.
|
||||
|
||||
### consul
|
||||
Specifies configurations that enable an instance of Consul API Gateway to interact with Consul
|
||||
Specifies configurations that enable an instance of Consul API Gateway to interact with Consul.
|
||||
* Type: object
|
||||
* Required: optional
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ consul-api-gateway 0.1.0
|
|||
|
||||
## Error Messages
|
||||
|
||||
This topic provides information about potential error messages associated with Consul API Gateway. If your receive an error message that does not appear in this section, refer to the following resources:
|
||||
This topic provides information about potential error messages associated with Consul API Gateway. If you receive an error message that does not appear in this section, refer to the following resources:
|
||||
|
||||
* [Common Consul errors](/docs/troubleshoot/common-errors#common-errors-on-kubernetes)
|
||||
* [Consul troubleshooting guide](/docs/troubleshoot/common-errors)
|
||||
|
@ -131,5 +131,5 @@ Consul API Gateway generates this error when the required CRD files have not bee
|
|||
The installation process typically fails after this error message is generated.
|
||||
|
||||
**Recommended Action:**
|
||||
Install the required CRDs by using the command in Step 1 of the [Consul API Gateway installation instructions](/docs/api-gateway/consul-api-gateway-install) and then retry installing Consul API Gateway.
|
||||
Install the required CRDs by using the command in Step 1 of the [Consul API Gateway installation instructions](/docs/api-gateway/install#installation) and then retry installing Consul API Gateway.
|
||||
|
||||
|
|
|
@ -1275,7 +1275,7 @@ module.exports = [
|
|||
},
|
||||
{
|
||||
source: '/docs/api-gateway/common-errors',
|
||||
destination: '/docs/api-gateway/usage/basic-usage#Common_Error_Messages',
|
||||
destination: '/docs/api-gateway/usage#error-messages',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue