You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run mage Deploy it should configure the kube config so we can run kubectl commands without having to mess with the configs. :)
To Reproduce
Steps to reproduce the behavior:
Run mage Deploy
kubectl get pods
:(
Expected behavior
When mage deploy finishes successfully, we should be able to interact with our cluster via kubectl.
Operator execution and Output
kubectl get pods
E0816 21:43:33.333941 23626 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp [::1]:8080: connect: connection refused
If I go grab the kubeconfig from kind, and then put it in the expected area (~/.kube/config) everything works
The text was updated successfully, but these errors were encountered:
Describe the bug
When we run
mage Deploy
it should configure the kube config so we can run kubectl commands without having to mess with the configs. :)To Reproduce
Steps to reproduce the behavior:
kubectl get pods
Expected behavior
When
mage deploy
finishes successfully, we should be able to interact with our cluster viakubectl
.Operator execution and Output
If I go grab the kubeconfig from kind, and then put it in the expected area (
~/.kube/config
) everything worksThe text was updated successfully, but these errors were encountered: