Skip to content

Commit

Permalink
Update content/docs/2.5/concepts/scaling-jobs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com>
  • Loading branch information
etamarw and zroubalik committed Nov 1, 2021
1 parent 2812535 commit 247dbc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/2.5/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ This optional property specifies the name of container in the Job, from which KE
rolloutStrategy: default # Optional. Default: default. Which Rollout Strategy KEDA will use.
```

This optional property specifies the rollout strategy KEDA will use while updating an existing scaledJob.
This optional property specifies the rollout strategy KEDA will use while updating an existing ScaledJob.
Possible values are `default` or `gradual`. \
When using the `default` rolloutStrategy, KEDA will terminate existing Jobs whenever a scaledJob is being updated. Then, it will recreate those Jobs with the latest specs. \
On the `gradual` rolloutStartegy, whenever a scaledJob is being updated, KEDA will not delete existing Jobs. Only new Jobs will be created with the latest specs.
When using the `default` rolloutStrategy, KEDA will terminate existing Jobs whenever a ScaledJob is being updated. Then, it will recreate those Jobs with the latest specs. \
On the `gradual` rolloutStartegy, whenever a ScaledJob is being updated, KEDA will not delete existing Jobs. Only new Jobs will be created with the latest specs.


---
Expand Down

0 comments on commit 247dbc2

Please sign in to comment.