yeshwanth14 / Test1

0 stars 0 forks source link

support for backend buckets using yaml for automation #13

Closed yeshwanth14 closed 3 months ago

yeshwanth14 commented 1 year ago

Hi,

i'm trying to replicate the same scenario "https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/issues/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

yeshwanth14 commented 3 months ago

xxx