kubespray-certificates
Installation
SKILL.md
Kubespray Certificate Management
Overview
Kubernetes uses TLS certificates for all internal communication. Kubespray-deployed clusters have certificates that expire after 1 year by default. Expired certificates cause immediate cluster failure.
Core principle: Enable auto-renewal during deployment. If certificates expire, manual renewal is required and time-sensitive.
When to Use
- Checking certificate expiration dates
- Enabling certificate auto-renewal
- Manually renewing expired certificates
- Troubleshooting x509 certificate errors
Not for: Initial deployment (use kubespray-deployment), cluster upgrades (use kubespray-operations)