Open lizrice opened 6 years ago
Hi @lizrice
I'm using the release v2.0.0-alpha.3 and works stable on gke. Instead of go get
use the prebuilt binaries from github release.
You can give a go to my image: https://hub.docker.com/r/lalyos/k8s-workshop/ its full with other tools (vi/tmux/curl/jq/kubectl/helm), or here are the relevant Dockerfile lines:
I figured out what's happening: I have a Kubernetes service called gotty
, which is causing the environment variable GOTTY_PORT to be defined!
What version of GoTTY are you using (
gotty --version
)?It's actually reporting
gotty version unknown_version+unknown_commit
:-(What operating system and browser are you using?
Runs fine under Docker but having issues running under Kubernetes
What did you do?
Built an image with a Dockerfile like this:
And then running under Kubernetes with a container spec like this:
What did you expect to see?
If I run the image under Docker it's great, but somehow it's picking up malformed addresses under Kubernetes and the container fails
What did you see instead?
Logs show issues setting up the listen address: