Coder.comC
Coder.com12mo ago
10 replies
Inuk

Custom hostname on Kubernetes?

I'm currently running Coder on https://coder.domain-i.payfor (domain omitted for privacy reasons)

But when I run curl https://coder.domain-i.payfor/install.sh | sh I get the following error, how can I tell my Coder to use my domain?
$ curl https://coder.domain-i.payfor/install.sh | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  8635    0  8635    0     0  26461      0 --:--:-- --:--:-- --:--:-- 26487
Installing coder-darwin-arm64 v2.19.0+2f32b11 from http://coder.coder.svc.cluster.local.

+ mkdir -p ~/.cache/coder/local_downloads
+ curl -#fL -o ~/.cache/coder/local_downloads/coder-darwin-arm64-v2.19.0+2f32b11.incomplete -C - http://coder.coder.svc.cluster.local/bin/coder-darwin-arm64
curl: (6) Could not resolve host: coder.coder.svc.cluster.local
Was this page helpful?