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
{{ message }}
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
Once acorn is installed , try to do any acorn commands. User is presented with the following error message:
acorn run -n mytestwp
✗ ERROR: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable
Expected Behavior:
Since user will be allowed to work only with local project , user should be put into local project context automatically on local install.
Also , even when we switch to local project , current project context is not shown which is confusing
# acorn project
NAME DEFAULT REGIONS
# acorn project use local
# acorn project
NAME DEFAULT REGIONS
acorn version - v0.10.0-rc2-35-g3cf6c107+3cf6c107
Steps to reproduce the problem:
acorn run -n mytestwp
✗ ERROR: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable
Expected Behavior:
Since user will be allowed to work only with
localproject , user should be put intolocalproject context automatically on local install.Also , even when we switch to
localproject , current project context is not shown which is confusing