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
{{ message }}
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
In a GKE cluster, when attempting to use GKE ingress, we are receiving an error:
4m Warning Translate ingress/consul-consul-ingress Translation failed: invalid ingress spec: only "ImplementationSpecific" path type is supported
According to Google, for ingress to work properly, pathType needs to be set to ImplementationSpecific. In the ui-ingress.yaml template, the value is hardcoded to prefix.
Reproduction Steps
When running helm install with the following values.yml:
Overview of the Issue
In a GKE cluster, when attempting to use GKE ingress, we are receiving an error:
4m Warning Translate ingress/consul-consul-ingress Translation failed: invalid ingress spec: only "ImplementationSpecific" path type is supported
According to Google, for ingress to work properly,
pathType
needs to be set toImplementationSpecific
. In theui-ingress.yaml
template, the value is hardcoded toprefix
.Reproduction Steps
values.yml
:4m Warning Translate ingress/consul-consul-ingress Translation failed: invalid ingress spec: only "ImplementationSpecific" path type is supported
Expected behavior
Values.yaml should allow someone to override default
pathType
to whichever type they need.Environment details
If not already included, please provide the following:
consul-k8s
version: 1.19.10-gke.1600consul-helm
version: 0.31.1Additionally, please provide details regarding the Kubernetes Infrastructure, if known:
The text was updated successfully, but these errors were encountered: