1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/kmm-validation-kickoff.adoc
2025-10-15 11:24:18 -04:00

37 lines
1.4 KiB
Plaintext

// Module included in the following assemblies:
//
// * updating/preparing_for_updates/kmm-preflight-validation.adoc
:_mod-docs-content-type: CONCEPT
[id="kmm-validation-kickoff_{context}"]
= Validation kickoff
Preflight validation is triggered by creating a `PreflightValidationOCP` resource in the cluster. This resource contains the following fields:
`dtkImage`:: The DTK container image released for the specific {product-title} version of the cluster. If this value is not set, the `DTK_AUTO` feature cannot be used.
+
You can obtain the image by running one of the following commands in the cluster:
+
[source,terminal]
----
# For x86_64 image:
$ oc adm release info quay.io/openshift-release-dev/ocp-release:4.20.0-x86_64 --image-for=driver-toolkit
----
+
[source,terminal]
----
# For ARM64 image:
$ oc adm release info quay.io/openshift-release-dev/ocp-release:4.20.0-aarch64 --image-for=driver-toolkit
----
`kernelVersion`:: Required field that provides the version of the kernel that the cluster is upgraded to.
+
You can obtain the version by running the following command in the cluster:
+
[source,terminal]
----
$ podman run -it --rm $(oc adm release info quay.io/openshift-release-dev/ocp-release:4.20.0-x86_64 --image-for=driver-toolkit) cat /etc/driver-toolkit-release.json
----
`pushBuiltImage`:: If `true`, then the images created during the Build and Sign validation are pushed to their repositories. This field is `false` by default.