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
i need to create a backend bucket and it need to be routed in load balancer gcp using yaml, I know I can edit the Load Balancer to add the route manually using the GCP web UI. I can also manually edit the URL maps file using gcloud and a file editor, but i need to automate using yaml.
another question:- if this solution works can i add both backend services and backed buckets in a single ingress yaml ?
Error which i got > The Ingress "http-external" is invalid: spec.defaultBackend: Invalid value: "": cannot set both resource and service backends
The text was updated successfully, but these errors were encountered:
Hi,
i'm trying to replicate the same scenario "GoogleCloudPlatform/k8s-multicluster-ingress#214", Any updates on this issue ?
i need to create a backend bucket and it need to be routed in load balancer gcp using yaml, I know I can edit the Load Balancer to add the route manually using the GCP web UI. I can also manually edit the URL maps file using gcloud and a file editor, but i need to automate using yaml.
another question:- if this solution works can i add both backend services and backed buckets in a single ingress yaml ?
Error which i got > The Ingress "http-external" is invalid: spec.defaultBackend: Invalid value: "": cannot set both resource and service backends
The text was updated successfully, but these errors were encountered: