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
Properly handle Pods that mount persistent storage.
Pods that mount a PersistentVolume with exclusive access modes (ReadWriteOnce, ReadWriteOncePod) are cloned
on the same node as the original. This ensures that the duplicate can also mount the same volume.
Add support for duplicating Deployments and StatefulSets.
Interactively select Pods, Deployments, or StatefulSets to duplicate when no name is provided as an argument.