1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/kmm-validation-status.adoc
2025-07-15 13:03:19 +02:00

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