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 would like to install livekit server on GKE with google managed cert. It is the helm values I used, since I am using google managed cert, I suppose secretName is not required:
However, I got the following error on the Ingress after helm install:
Error syncing to GCP: error running load balancer syncing routine: error getting secrets for Ingress: secret "" does not exist
I tried to comment out the tls setting but now I got another error:
Error: INSTALLATION FAILED: Ingress.extensions "livekit-server" is invalid: spec: Invalid value: []networking.IngressRule(nil): either `defaultBackend` or `rules` must be specified
Any suggestion?
The text was updated successfully, but these errors were encountered:
I would like to install livekit server on GKE with google managed cert. It is the helm values I used, since I am using google managed cert, I suppose secretName is not required:
However, I got the following error on the Ingress after helm install:
I tried to comment out the tls setting but now I got another error:
Any suggestion?
The text was updated successfully, but these errors were encountered: