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
All other commands (like odo list bindings or odo describe component) just display a nicer error message, e.g.:
$ odo list services
✗
Please ensure you have an active kubernetes context to your cluster.
Consult your Kubernetes distribution's documentation for more details.
Error: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable
Any logs, error output, etc?
—
The text was updated successfully, but these errors were encountered:
/kind bug
What versions of software are you using?
Operating System:
Fedora 37
Output of
odo version
:ce42ce4
How did you run odo exactly?
Just ran
odo list namespaces
with no active Kubernetes context:Actual behavior
Expected behavior
odo list namespaces
should not panic.All other commands (like
odo list bindings
orodo describe component
) just display a nicer error message, e.g.:Any logs, error output, etc?
—
The text was updated successfully, but these errors were encountered: