Browse Source

clarify artifacts being applied

pull/14153/head
Sarah Alsmiller 2 years ago
parent
commit
18a7340e5a
  1. 4
      website/content/docs/api-gateway/usage.mdx

4
website/content/docs/api-gateway/usage.mdx

@ -12,7 +12,7 @@ This topic describes the basic workflow for implementing Consul API Gateway conf
1. Verify that the [requirements](/docs/api-gateway/tech-specs) have been met.
1. Verify that the Consul API Gateway CRDs and controller have been installed and applied (see [Installation](/docs/api-gateway/consul-api-gateway-install)).
1. Configure the artifacts as describe in the [Configuration](/docs/api-gateway/configuration) section.
1. Configure your [`Gateway`](/docs/api-gateway/configuration/gateway) and [`Routes`](/docs/api-gateway/configuration/routes) . as describe in the [Configuration](/docs/api-gateway/configuration) section.
<CodeBlockConfig hideClipboard filename="values.yaml">
@ -125,7 +125,7 @@ REPLACE THIS with the actions the user should take to try to correct the situati
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "GatewayClass" in version "gateway.networking.k8s.io/v1alpha2", unable to recognize "": no matches for kind "GatewayClassConfig" in version "api-gateway.consul.hashicorp.com/v1alpha1"]
```
**Conditions:**
Consul API Gateway generates this error when the required CRD files have not been installed in Kubernetes prior to installing Consul API Gateway.
Consul API Gateway generates this error when the required CRD files have not been installed in Kubernetes prior to installing Consul API Gateway.
**Impact:**
The installation process typically fails after this error message is generated.

Loading…
Cancel
Save