release compatibility
Report the success or failure of compatibility tests ran against a release. View the compatibility result for a release with release inspect
.
Usage
replicated release compatibility SEQUENCE [flags]
Where SEQUENCE
is the sequence number for the target release.
Flag | Type (if applicable) | Description |
---|---|---|
--distribution | string | Kubernetes distribution of the cluster to report on. |
--failure | bool | If set, the compatibility will be reported as a failure. |
-h, --help | Help for the command. | |
--notes | string | Additional notes to report. |
--success | If set, the compatibility will be reported as a success. | |
--version | string | Kubernetes version of the cluster to report on (format is distribution dependent). |
Example
replicated release compatibility 48 --distribution openshift --version 1.27.0 --success