Commit b3f43d1
Show accurate rollback warning when only nodeOSUpgradeChannel is active
Previously the rollback warning treated upgradeChannel and
nodeOSUpgradeChannel the same, telling users rollback 'will not succeed'
when either was enabled. This is misleading when only
nodeOSUpgradeChannel is active — the orchestrator version rollback will
succeed fine since nodeOSUpgradeChannel only manages node OS images.
Split the warning into two cases:
- upgradeChannel enabled: keep the existing hard warning
- Only nodeOSUpgradeChannel enabled: inform users the orchestrator
rollback will proceed but node image rollback will not succeed
unless nodeOSUpgradeChannel is disabled1 parent da27996 commit b3f43d1
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2298 | 2298 | | |
2299 | 2299 | | |
2300 | 2300 | | |
2301 | | - | |
| 2301 | + | |
2302 | 2302 | | |
2303 | 2303 | | |
2304 | 2304 | | |
2305 | 2305 | | |
2306 | 2306 | | |
2307 | 2307 | | |
2308 | 2308 | | |
| 2309 | + | |
| 2310 | + | |
| 2311 | + | |
| 2312 | + | |
| 2313 | + | |
| 2314 | + | |
| 2315 | + | |
| 2316 | + | |
2309 | 2317 | | |
2310 | 2318 | | |
2311 | 2319 | | |
| |||
0 commit comments