Quick Verification Checklist
- Confirm deployment exists and is ready
- Confirm controller pods are running
- Confirm CRDs and policy objects exist
- Confirm no repeated
PrecheckFailedevents for intended targets - Confirm recent
rightsizing summarylogs are present
Diagnostic Commands
Common Questions
What is the difference between strategy and policy?
- Strategy defines how changes are allowed.
- Policy defines where those changes apply.
Can Helm-managed and manual CRs coexist?
Yes. A common pattern is Helm-managed baseline with manually managed exception policies.What FAQ topics should I review first?
Start with FAQ coverage for:- Getting started and prerequisites
- Helm-managed versus manual CR management
- Safety controls and emergency stop options
- Troubleshooting and verification steps
How do I stop automation quickly?
SetglobalConfiguration.automationEnabled: false and run helm upgrade, or scale down the controller as an emergency action.
Support Routing
- Documentation issues: begin with Troubleshooting and runtime diagnostics
- Configuration questions: compare chart values and generated CR behavior against Configuration Reference
- Upgrade and migration concerns: review backward compatibility notes in Advanced Configuration
Detailed References
- Troubleshooting Guide: https://github.com/densify-dev/helm-charts/blob/master/charts/kubex-automation-engine/docs/Troubleshooting.md
- Known Issues: https://github.com/densify-dev/helm-charts/blob/master/charts/kubex-automation-engine/docs/Known-Issues.md
- FAQ: https://github.com/densify-dev/helm-charts/blob/master/charts/kubex-automation-engine/docs/FAQ.md
- Advanced Configuration: https://github.com/densify-dev/helm-charts/blob/master/charts/kubex-automation-engine/docs/Advanced-Configuration.md#backward-compatibility-and-migration

