-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev: make command errors #770
Labels
bug
Something isn't working
Comments
This is weird and shouldn't happen:
|
|
@k0da just tried to repro the issue: Try to create |
k0da
added a commit
to k0da/k8gb
that referenced
this issue
Nov 25, 2021
kubectl context is not yet established during initialization. Revert K8GB_COREDNS_IP to command to be executed rather than commands result. Fixes k8gb-io#770 Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
k0da
added a commit
that referenced
this issue
Nov 25, 2021
kubectl context is not yet established during initialization. Revert K8GB_COREDNS_IP to command to be executed rather than commands result. Fixes #770 Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
k8gb/Makefile
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
The text was updated successfully, but these errors were encountered: