Skip to content

Releases: maheshrayas/kube-saver

Support downscaling CronJob

04 Jul 05:30
790ef74
Compare
Choose a tag to compare
  • Scale the cron job up and down using the suspend to true and false: #11
  • Support setting suspend to false using Upscale CustomResource
  • fix: Add more test cases
  • feat: Support plurals for resource and add unit test case: #8

Support StatefulSet

24 Jun 08:13
Compare
Choose a tag to compare

Scale down & up Kubernetes statefulset

Bugfixes and test cases

13 Jun 01:37
Compare
Choose a tag to compare

Use scratch docker image

10 Jun 02:56
Compare
Choose a tag to compare
v0.0.4

Dont use distroless

Scale down all deployments in the namespace

10 Jun 02:19
6f253e1
Compare
Choose a tag to compare
  • Scale down all deployments in the specified namespace.
  • Currently supports explicit scaling only deployment resource.