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
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