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
The liftbridge-external service in my cluster has an external IP address that is reachable from my workstation as noted by the protocol violation in my curl test:
invoke-webrequest-Method GET http://liftbridge-io.test.com:9292invoke-webrequest : The server committed a protocol violation. Section=ResponseStatusLine
I'm trying to evaluate liftbridge in kubernetes by using this helm chart and this example go-code.
The liftbridge-external service in my cluster has an external IP address that is reachable from my workstation as noted by the protocol violation in my curl test:
When I run this to connect to the cluster:
I get this:
(the IP shown is the IP for the liftbridge-0 pod)
I tried specifying the host environment variable as well as in the config file to explicitly match the external hostname and I get the same result.
Is there another setting that I need to set?
The text was updated successfully, but these errors were encountered: