devtron icon indicating copy to clipboard operation
devtron copied to clipboard

Feature: Support to hibernate/un hibernate for Job/ConJob type Devtron apps.

Open ajaydevtron opened this issue 1 year ago • 0 comments

🔖 Feature description

For Deployment, Rollout, and StatefulSet Devtron charts, we currently use the following patch configuration for hibernation

{"replicaCount":0,"autoscaling":{"MinReplicas":0,"MaxReplicas":0 ,"enabled": false} }

However, in the case of Job and CronJob types, we need to include suspend: true for hibernation and suspend: false for deactivation .

🎤 Pitch / Usecases

We wanted to use hibernate/un-hibernate Devtron feature for Cronjob/Job type.

🔄️ Alternative

We can pass suspend: true in deployment template and do the next deployment for same.

👀 Have you spent some time to check if this issue has been raised before?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

AB#7857

ajaydevtron avatar Jan 03 '24 13:01 ajaydevtron