mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
20 lines
776 B
Plaintext
20 lines
776 B
Plaintext
:_content-type: ASSEMBLY
|
|
[id="osdk-bundle-validate"]
|
|
= Validating Operator bundles
|
|
include::_attributes/common-attributes.adoc[]
|
|
:context: osdk-bundle-validate
|
|
|
|
toc::[]
|
|
|
|
As an Operator author, you can run the `bundle validate` command in the Operator SDK to validate the content and format of an Operator bundle. You can run the command on a remote Operator bundle image or a local Operator bundle directory.
|
|
|
|
include::modules/osdk-bundle-validate-about.adoc[leveloffset=+1]
|
|
include::modules/osdk-bundle-validate-tests.adoc[leveloffset=+1]
|
|
|
|
[role="_additional-resources"]
|
|
.Additional resources
|
|
|
|
* xref:../../operators/understanding/olm-packaging-format.adoc#olm-bundle-format_olm-packaging-format[Bundle format]
|
|
|
|
include::modules/osdk-bundle-validate-run.adoc[leveloffset=+1]
|