Closed
Description
When kube config context is empty or pointing to another cluster or cluster without k8gb installed, make commands are failing:
❯ make
The connection to the server localhost:8080 was refused - did you specify the right host or port?
...
❯ make
Error from server (NotFound): namespaces "k8gb" not found
This happens during the evaluation of the K8GB_COREDNS_IP make var:
Line 38 in 367e007
Also make demo
command fails in any case:
make demo
/bin/sh: K8GB_COREDNS_IP: command not found
Most probably a regression by #764
Activity