Skip to content

v0.3.0

Compare
Choose a tag to compare
@Telemaco019 Telemaco019 released this 25 Aug 08:39
· 2 commits to main since this release

Release notes - Duplik8s v0.3.0

New features

  • Add command list for showing duplicated resources. Example:
kubectl duplicate list -n  my-namespace
  • Add command cleanup for deleting duplicated resources. Example:
kubectl duplicate cleanup -n  my-namespace

Chores

  • Switch to Dynamic Client, opening the door for duplicating any resource type.