11.1.0
Quick Installation
📣 Datadog engineers: please reach out to Chaos Engineering before deploying to a new cluster! 🙏 🙇
⚠️ cert-manager must be installed for the admission controller to get a self-signed certificate.
If you do not plan to alter source code, you can install Chaos Controller to your existing Kubernetes environments by running:
📣 Datadog engineers: please reach out to Chaos Engineering before deploying to a new cluster! 🙏 🙇
kubectl apply -f https://github.com/DataDog/chaos-controller/releases/download/11.1.0/install.yaml
Changelog
- 03450b5 Explain shouldn't panic on invalid specs (#960)
- 0ad973a Move the DisruptionSpec Explain feature into the api package (#959)
- 193679a Disk Pressure Path is required, and should be annotated as such (#958)
- d97a45d Explain in metrics.go how all metrics are used (#955)
- 22c86f5 Remove unused selector cache from old dynamic targeting implementation (#954)
- e9408ce defer validationFailed so that we always send it correctly (#956)