mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
27 lines
902 B
Plaintext
27 lines
902 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * updating/preparing_for_updates/kmm-preflight-validation.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="kmm-validation-status_{context}"]
|
|
= Validation status
|
|
|
|
A `PreflightValidationOCP` resource reports the status and progress of each module in the cluster that it attempts or has attempted to validate in its `.status.modules` list. Elements of that list contain the following fields:
|
|
|
|
`name`:: The name of the `Module` resource.
|
|
|
|
`namespace`:: The namespace of the `Module` resource.
|
|
|
|
`statusReason`:: Verbal explanation regarding the status.
|
|
|
|
`verificationStage`:: Describes the validation stage being executed:
|
|
|
|
* `Image`: Image existence verification
|
|
* `Done`: Verification is done
|
|
|
|
`verificationStatus`:: The status of the Module verification:
|
|
|
|
* `Success`: Verified
|
|
* `Failure`: Verification failed
|
|
* `InProgress`: Verification is in progress
|