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
attempting to use podlet genereate pod fails due to unexpected --name somehow:
# podlet generate pod pod_funkwhale
Error:
0: error creating Quadlet file(s) from an existing object
1: error parsing `podman pod create` command from `["podman", "pod", "create", "--name=pod_funkwhale", "--infra=false", "--share="]`
2: error: unexpected argument '--name' found
tip: to pass '--name' as a value, use '-- --name'
2: Usage: create [OPTIONS] <NAME>
For more information, try '--help'.
2:
Location:
src/cli/generate.rs:277
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
I don't really understand what's going on. I tried to run podman pod create --name=pod_funkwhale --infra=false --share= and it fails because it already exists, not because of unexpected argument.
podlet 0.3.0
The text was updated successfully, but these errors were encountered:
attempting to use podlet genereate pod fails due to unexpected --name somehow:
I don't really understand what's going on. I tried to run
podman pod create --name=pod_funkwhale --infra=false --share=
and it fails because it already exists, not because of unexpected argument.podlet 0.3.0
The text was updated successfully, but these errors were encountered: