1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-3774: OSDK-2129 Bundle validations for Operators

This commit is contained in:
Michael Ryan Peter
2022-07-08 17:31:28 -04:00
committed by openshift-cherrypick-robot
parent fa9e096f46
commit 57f35ca801
5 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
:_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]