This message was deleted.
# hobbyfarm
a
This message was deleted.
f
Have you looked at https://hobbyfarm.github.io/docs/setup/ yet? we described some steps that you would need to do. Install the helm chart is the biggest of them. Afterwards you can configure hobbyfarm
h
Yea, that was the first thing I started with and end up with an error as below: :~# helm install hf hobbyfarm --repo https://hobbyfarm.github.io/hobbyfarm --namespace hobbyfarm Error: INSTALLATION FAILED: Kubernetes cluster unreachable: Get "http://localhost:8080/version": dial tcp 127.0.0.18080 connect: connection refused Background: • I've helm installed • I've k3s installed on this node. • It's Ubuntu server 20.04 with no custom repo installed. • Anything I'm missing?
w
It sounds like
KUBECONFIG
hasn't been set properly.
1
h
Yes, bingo! Fixed the kubeconfig and honnyfarm objects are now deployed on my k3s single node machine. Exploring further tomorrow. Thanks @worried-fountain-60974 !!
❤️ 1