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 Jan 3, 2023. It is now read-only.
However, when I try to combine CDN + mci with the BackendConfig resource, nothing happens. There's no errors that I can see, but the mci origin is never added to the CDN. I can add the origin manually thru the GCP GUI and see that responses from the mci are being cached by CDN, but I want to enable CDN thru the k8s config, not the GUI. Does kubemci recognize the BackendConfig resource?
The text was updated successfully, but these errors were encountered:
I've successfully setup mci with this guide: https://cloud.google.com/kubernetes-engine/docs/how-to/multi-cluster-ingress#overview
I've also setup Google CDN + Ingress with this guide: https://cloud.google.com/kubernetes-engine/docs/how-to/cdn-backendconfig
However, when I try to combine CDN + mci with the
BackendConfig
resource, nothing happens. There's no errors that I can see, but the mci origin is never added to the CDN. I can add the origin manually thru the GCP GUI and see that responses from the mci are being cached by CDN, but I want to enable CDN thru the k8s config, not the GUI. Doeskubemci
recognize theBackendConfig
resource?The text was updated successfully, but these errors were encountered: