bbctl update to 2.0.0-bb.2
Package Merge Request
Package Changes
https://repo1.dso.mil/big-bang/product/packages/bbctl/-/blob/2.0.0-bb.2/CHANGELOG.md
Package MR
big-bang/product/packages/bbctl!301 (merged)
For Issue
n/a
Upgrade Notices
By default, bbctl runs a handful of cronjobs. In prior releases, these jobs could get stacked up in the event of a container startup error. This release prevents multiple jobs from running concurrently by setting spec.concurrencyPolicy: Forbid
. This limits the number of pods per job in an error state that will run.
If your installation show multiple, unfinished bbctl jobs, you can remove them by running this command:
$ kubectl -n bbctl delete jobs --all
Jobs will then be rerun on the next scheduled interval which can be viewed with:
$ kubectl get cronjobs -n bbctl
Edited by Michael Martin