We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{"level":"error","ts":1605329457.7081757,"logger":"controllers.RollingUpgrade","msg":"failed to update status","rollingupgrade":"rollingupgrade-node-us-west-2a","error":"Operation cannot be fulfilled on rollingupgrades.upgrademgr.keikoproj.io \"rollingupgrade-node-us-west-2a\": StorageError: invalid object, Code: 4, Key: /registry/upgrademgr.keikoproj.io/rollingupgrades/keiko-upgrade-manager/rollingupgrade-node-us-west-2a, ResourceVersion: 0, AdditionalErrorMsg: Precondition failed: UID in precondition: 5b4944eb-f154-412d-b6cb-11c65b6580c2, UID in object meta: ","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/go/pkg/mod/github.com/go-logr/[email protected]/zapr.go:128\ngithub.com/keikoproj/upgrade-manager/controllers.(*RollingUpgradeReconciler).error\n\t/workspace/controllers/rollingupgrade_controller.go:1132\ngithub.com/keikoproj/upgrade-manager/controllers.(*RollingUpgradeReconciler).UpdateInstance\n\t/workspace/controllers/rollingupgrade_controller.go:1061"}
Proper reconciliation should stop existing rollout and not fail.
The text was updated successfully, but these errors were encountered:
There was some code added to handle this. However, there will always be a "time-of-check-to-time-of-use" window.
See
upgrade-manager/controllers/rollingupgrade_controller.go
Line 544 in 40b0873
Line 1027 in 40b0873
There were several tests done when the functionality was added: #97.
Maybe, some scenario was missed?
Sorry, something went wrong.
No branches or pull requests
Proper reconciliation should stop existing rollout and not fail.
The text was updated successfully, but these errors were encountered: