-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename pods #12843
Comments
@mheon WDYT? |
do we treat pods (at least their config) as immutable like we do with containers? Could do a |
I really dislike the existing |
SGTM |
ok I will work on container clone and then pod clone. |
A friendly reminder that this issue had no activity for 30 days. |
implement podman pod clone, a command to create an exact copy of a pod while changing certain config elements current supported flags are: --name change the pod name --destroy remove the original pod --start run the new pod on creation and all infra-container related flags from podman pod create (namespaces etc) resolves containers#12843 Signed-off-by: cdoern <[email protected]>
A friendly reminder that this issue had no activity for 30 days. |
implement podman pod clone, a command to create an exact copy of a pod while changing certain config elements current supported flags are: --name change the pod name --destroy remove the original pod --start run the new pod on creation and all infra-container related flags from podman pod create (namespaces etc) resolves containers#12843 Signed-off-by: cdoern <[email protected]>
Allow renaming of pods, i.e. by adding a podman pod rename command.
The text was updated successfully, but these errors were encountered: