SKIP UPGRADE fix: add autogenControllers, background, and failurePolicy to all policies
Addresses #48 (closed) by adding autogenControllers
, background
, and failurePolicy
values to all kind: ClusterPolicy
.
Tested by validating the policy changes successfully deploy to my cluster.
Note there is a bug in the upgrade tests. After a lot of debugging, I figured out the pod from the pre-upgrade wait-for-ready
job is stuck in the Terminating
state. I spent a few hours trying to figure out what is causing it, and ultimately gave up. I did verify that this MR did not introduce the issue, as an MR with no changes (only a version bump) reproduces the same failure. I opened #51 (closed) for this issue. I did verify an upgrade works without issue in a dev cluster, so it does seem to only be an issue in CI.
Merge request reports
Activity
added kindbug priority4 statusdoing + 1 deleted label
assigned to @jrb
added 1 commit
- 0f9b006a - fix: add autogenControllers, background, and failurePolicy to all policies
added 1 commit
- 3ca97801 - reduce ttlSecondsAfterFinished to allow upgrade.package_wait to pass
added 1 commit
- 9c343706 - reduce ttlSecondsAfterFinished to allow upgrade.package_wait to pass
added 1 commit
- e5d5d31e - fix: add autogenControllers, background, and failurePolicy to all policies
added 1 commit
- bcfb50b6 - wait for the wait-for-ready job to be deleted during upgrade test
added 1 commit
- 717ec802 - wait for the wait-for-ready job to be deleted during upgrade test
added 1 commit
- d8f204d6 - wait for the wait-for-ready job to be deleted during upgrade test
added 1 commit
- cd75cda0 - wait for the wait-for-ready job to be deleted during upgrade test
added 1 commit
- bc2a53ee - fix: add autogenControllers, background, and failurePolicy to all policies
requested review from @michaelmartin, @staskiewicz.blane, @massey.robert, @mlunato47, and @alieberman