Generate aapctl manifests for GitOps
You can use aapctl to generate Kubernetes manifests without applying them to the cluster. Save the output for review, version control, or GitOps integration.
About this task
Important:
aapctl is a Technology Preview feature. Technology Preview features provide early access to upcoming product innovations, enabling you to test functionality and provide feedback during the development process. Technology Preview features are not fully supported under Red Hat production SLA and may not be functionally complete. Red Hat does not recommend using Technology Preview features in production. For more information on the support scope for Technology Preview features, see Technology Preview Features Support Scope.
Procedure
Results
Note:
This procedure has the following limitations:
- YAML only: The
--dry-runflag supports only YAML output (-o yaml). - Non-deterministic Secrets: Database Secrets contain random passwords that change on each invocation. Do not commit generated Secrets to version control.
- No InstallPlan resources: The output includes Operator Lifecycle Manager (OLM) Subscriptions but not InstallPlans. OLM creates and manages InstallPlans at apply time.