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
Execute a command inside of the given context and namespace
USAGE:
kubie exec [OPTIONS] <CONTEXT_NAME> <NAMESPACE_NAME> [ARGS]...
It looks like you missed the namespace argument in your example, so your command is trying to run the command hello in the echo namespace of the test-cluster cluster.
If you wanted to run with the default namespace as an example, your command would look like:
What a terrible error message for missing an argument and/or for trying to use the wrong namespace 😂. Maybe this issue can track improving the error message in such a case of fat fingering this? I'd contribute, but I don't know that much Rust. I tried tracing this error even in the source code and couldn't quite figure out where this was coming from.
I have no idea what is going on. I'm just trying something like:
and I get
I don't see any options to increase verbosity in logging either to try to debug this.
Kubie version: 0.21.2
OS: MacOS Ventura 13.5
The text was updated successfully, but these errors were encountered: