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
The section was quite a bit out of date. I added a section on `LoadBalancer`
services and removed the section on using a Nginx based ingress installed on
the cluster. The Nginx ingress was added as a workaround since early versions
of GKE did not fully support `Ingress` objects. That is now not the case and a
regular Ingress will work fine in GKE.
Fixestektoncd#1217
Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
The section was quite a bit out of date. I added a section on `LoadBalancer`
services and removed the section on using a Nginx based ingress installed on
the cluster. The Nginx ingress was added as a workaround since early versions
of GKE did not fully support `Ingress` objects. That is now not the case and a
regular Ingress will work fine in GKE.
Fixes#1217
Signed-off-by: Dibyo Mukherjee <dibyo@google.com>
The page mentions
Exposing an EventListener using a Kubernetes Ingress object
would not work on GKE. I think Ingress should work on GKE now.https://github.com/tektoncd/triggers/blob/63c2ad7f7ad26f8ce9a106d76cf81068996bbf55/docs/eventlisteners.md#exposing-an-eventlistener-outside-of-the-cluster
The text was updated successfully, but these errors were encountered: