b03585d2ca
This commit adds the functionality of karbor-status CLI for performing upgrade checks as part of the Stein cycle upgrade-checkers goal. It only includes a sample check which must be replaced by real checks in future. Change-Id: I8b75d516725c7cdf169d558b1c4b6f92a695ab2e Story: 2003657 Task: 26134
14 lines
467 B
YAML
14 lines
467 B
YAML
---
|
|
prelude: >
|
|
Added new tool ``karbor-status upgrade check``.
|
|
features:
|
|
- |
|
|
New framework for ``karbor-status upgrade check`` command is added.
|
|
This framework allows adding various checks which can be run before a
|
|
Karbor upgrade to ensure if the upgrade can be performed safely.
|
|
upgrade:
|
|
- |
|
|
Operator can now use new CLI tool ``karbor-status upgrade check``
|
|
to check if Karbor deployment can be safely upgraded from
|
|
N-1 to N release.
|