Skip to content

v0.2.0

Compare
Choose a tag to compare
@Telemaco019 Telemaco019 released this 27 Jun 20:29
· 10 commits to main since this release

Release notes - Duplik8s v0.2.0

New features

  • 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.