Officialv1.0.03 scenarios
Cert Manager
Cert-Manager issuance and renewal guidance for issuer, solver, and secret-rotation changes.
deploywhisper skill install cert-manager
How to use this skill
1. Install it locally
Use the install command above from any DeployWhisper app checkout that has the installer enabled.
2. Run analysis on matching artifacts
This skill activates when files or content patterns below are detected during analysis.
3. Verify behavior
Published registry data currently includes 3 deterministic scenarios for this skill.
Metadata
Author
DeployWhisper
Version
1.0.0
License
MIT
Scenarios
3
Tags
Triggers
- cert-manager-certificate.yaml
- clusterissuer.yaml
- issuer.yaml
Content patterns
- cert-manager.io/
Guidance excerpt
Critical risk patterns
- Replacing a ClusterIssuer can break renewals for every dependent certificate = CRITICAL
- DNS01 or HTTP01 solver changes can stall issuance and leave certificates to expire = HIGH
- Secret name rotation without workload coordination causes immediate TLS outages = HIGH
- Certificate durations outside issuer policy can trigger noisy renewal loops = MEDIUM
Review cues
- Review issuer scope, solver reachability, and secret consumers together for cert-manager changes.
- Prefer deterministic roll-forward or rollback steps over hand-wavy remediation notes.