Release manifest updates in relation to corner case use-cases #60
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ipetrov117/Factory:rm-rancher-migration-workaround"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes:
Rancher version convention was changed from
v2.10.0
to2.10.0
to better map to the actual version in the upstream helm chart repo which is without thev
prefix.Rancher's
postDelete
hook has been disabled - done to ensure that we will not hit a corner case where:helm-controller
schedules ahelm uninstall
which deletes the Rancher Helm release and triggers thepostDelete
hook.helm-controller
schedules ahelm install
with the new version.postDelete
hook is still running and it wrongly removes the new Rancher installation resulting in a missing rancher from the cluster after an upgrade.The
postDelete
hook ensures that no accidental delete of the Rancher application will happen during an upgrade over a machine with fewer resources.Currently waiting on some final validations and we will merge.