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 has been 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
Try to create a project. User is presented with the following error message:
acorn project create test1
✗ ERROR: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable
Expected Behavior:
In both the above cases , user should be presented with a more friendly message that they will be able to work only with local project .
The text was updated successfully, but these errors were encountered:
sangee2004
changed the title
Local install - Provide better error messages when trying to work in a project other than local
Local Install - Provide better error messages when trying to work in a project other than localJan 18, 2024
acorn version -
v0.10.0-rc2-35-g3cf6c107+3cf6c107
Steps to reproduce the problem:
acorn -j local ps
Expected Behavior:
In both the above cases , user should be presented with a more friendly message that they will be able to work only with
local
project .The text was updated successfully, but these errors were encountered: