kubectl
commands:
versions
CRD. Any migration that needs to be carried out will also be managed by the operator.
When the Operator is upgraded to the latest version, the patch versions will be automatically applied to all the stacks managed by the Operator.
If you wish to change the Minor or Major version, you need to modify your Stack object and specify the new version. The version is represented by the versionFromFile
object.
status
section of the stack
CRD. The status will be updated in real time, and will indicate the health status of the various services, such as whether they are healthy
or not.
For each component, a rolling upgrade will be performed, meaning that the component will be upgraded one by one, and the service will be kept running during the upgrade process.