helm installation
I used the k8s installation steps exactly. I got Postgres up and running without SSL enabled. I got to this step, the values.yaml file is the same as in the doc.
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml
The coder v2 pod crashed and kept restarting. There is no log. Readiness failed based on the 'k describe -n coder pod coder' output may be too low. The pod readiness probe failed http://xxxx:8080/api/v2/buildinfo connect: connection refused. Has any installed coder2 with helm? Is using helm the recommended way to install it? I searched the help channel and didn't see anything on helm installation.
The pod readiness probe failed http://xxxx:8080/api/v2/buildinfo connect: connection refused.
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml
The coder v2 pod crashed and kept restarting. There is no log. Readiness failed based on the 'k describe -n coder pod coder' output may be too low. The pod readiness probe failed http://xxxx:8080/api/v2/buildinfo connect: connection refused. Has any installed coder2 with helm? Is using helm the recommended way to install it? I searched the help channel and didn't see anything on helm installation.
The pod readiness probe failed http://xxxx:8080/api/v2/buildinfo connect: connection refused.
