You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
According helm chart values.yaml apiGateway configuration is deprecated and will be removed soon. So now we should use connectInject.apiGateway stanza instead. In this stanza I can't find configuration for api-gateway-controller pods and gateway instances. Can someone briefly explain the deferences between these two approaches?
Thank you.
# [DEPRECATED] Use connectInject.apiGateway instead. This stanza will be removed with the release of Consul 1.17# Configuration settings for the Consul API Gateway integrationapiGateway:
# When true the helm chart will install the Consul API Gateway controllerenabled: false# Image to use for the api-gateway-controller pods and gateway instances## ~> **Note:** Using API Gateway <= 0.4 with external servers requires setting `client.enabled: true`.# @type: stringimage: null# The name (and tag) of the Envoy Docker image used for the# apiGateway. For other Consul compoenents, imageEnvoy has been replaced with Consul Dataplane.# @default: envoyproxy/envoy:<latest supported version>
The text was updated successfully, but these errors were encountered:
Hi @andriktr the consul-k8s controlplane and consul-dataplane images are now used for API Gateway controllers and Envoy instances. So no need to set images anymore as the API Gateway is now unified into consul-k8s without separate controllers and Envoy config, so the installation and config is now simplified as shown here: https://developer.hashicorp.com/consul/docs/connect/gateways/api-gateway/install-k8s. I hope that helps.
Hi,
According helm chart values.yaml
apiGateway
configuration is deprecated and will be removed soon. So now we should use connectInject.apiGateway stanza instead. In this stanza I can't find configuration for api-gateway-controller pods and gateway instances. Can someone briefly explain the deferences between these two approaches?Thank you.
The text was updated successfully, but these errors were encountered: