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
It is now possible to host Looker on GCP using Kubernetes.
Kubernetes can only route requests to services based on host name and url path, not port number, and so API calls to GCP-hosted instances must not contain a port number.
It would be great to allow a port override via the CLI or config file (i.e. omit the port from the base url entirely if the config file has an empty string for the port).
The text was updated successfully, but these errors were encountered:
GCP-hosted instances can be used by specifying the port number in the CLI, eg : spectacles connect --config-file config.yaml --port 443.
However I think Spectacles should handle this automatically based on the URL structure. Any *.cloud.looker.com instances are hosted on GCP and therefore their default port is 443 instead of 19999.
On Fri, Feb 19, 2021 at 13:19 Martin Guindon ***@***.***> wrote:
GCP-hosted instances can be used by specifying the port number in the CLI,
eg : spectacles connect --config-file config.yaml --port 443.
However I think Spectacles should handle this automatically based on the
URL structure. Any *.cloud.looker.com instances are hosted on GCP and
therefore their default port is 443 instead of 19999.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#162 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCFHK7P2IQ4ONCBFBV345TS72TRRANCNFSM4K3K5E3Q>
.
It is now possible to host Looker on GCP using Kubernetes.
Kubernetes can only route requests to services based on host name and url path, not port number, and so API calls to GCP-hosted instances must not contain a port number.
It would be great to allow a port override via the CLI or config file (i.e. omit the port from the base url entirely if the config file has an empty string for the port).
The text was updated successfully, but these errors were encountered: