Adding UDS Configuration to a Zarf Package
To consider podinfo
as a fully integrated UDS Package, the Package
Custom Resource for the UDS Operator must be included as part of the Zarf Package for podinfo
. In this section, we will cover adding the podinfo-package.yaml
to the sample UDS Bundle that we created in the first tutorial.
Prerequisites
This guide assumes that you created the UDS Package
Custom Resource in the previous tutorial.
Adding Package Manifest to Podinfo
Within the zarf.yaml
file that exists in the package
directory, modify the podinfo
component to reference the manifest created in the previous tutorial:’
Re-run the zarf package create
and uds create
commands to generate new artifacts that now include the Package
Custom Resource for podinfo
. From there, the bundle can be re-deployed and podinfo
will be automatically integrated with UDS Core.
Clean up
Execute the following command to clean up your cluster: