Files
kuryr/releasenotes/notes/kuryr-status-upgrade-check-framework-77b478d559020b92.yaml
whoami-rajat d75eaff065 Add kuryr-status upgrade check command framework
This adds basic framework for kuryr-status upgrade
check commands. For now it has only "check_placeholder"
check implemented.
Real checks can be added to this tool in the future.

Change-Id: I8af38f087672a390ec8b2b78916315b5a646fcbb
Story: 2003657
Task: 26137
2018-10-23 16:51:51 +05:30

14 lines
462 B
YAML

---
prelude: >
Added new tool ``kuryr-status upgrade check``.
features:
- |
New framework for ``kuryr-status upgrade check`` command is added.
This framework allows adding various checks which can be run before a
Kuryr upgrade to ensure if the upgrade can be performed safely.
upgrade:
- |
Operator can now use new CLI tool ``kuryr-status upgrade check``
to check if Kuryr deployment can be safely upgraded from
N-1 to N release.