7.12.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/7.12.0/install.yaml
Changelog
- 031990f CHAOS-461: Add pulse.initialDelay (#658)
- 53440ed make deps; go get u (#656)
- 0d05441 Correct typo in function name; update docs (#657)
- 3eab6fa CHAOS-448: Initial working cgroups v2 library, functioning CPU pressure disruption (#655)
- c0058e1 Reset the cgroup mount path from env var again (#653)
- 3ef1388 Adding Format method to the Network Disruption (#652)
- 53dbc58 Return NotImplemented error for cgroup_darwin. (#651)
- 9313434 Remove unused attributes and methods. (#650)
- 6522ce2 Split up cgroup darwin and linux files more aggressively (#648)
- 0419d80 Refactor DiskThrottle (#649)
- 137c891 Refactor cgroup.Join (#647)
- a79b9ef Refactor cgroup.Exist (#646)
- fd2d1da Refactor cgroup.Read and cgroup.Write (#645)
- ecf156d Add import to cgroup_parser_darwin (#644)
- 03a9e0e Add stub for cgroupV2. (#643)
- a365ef3 Limit Safemode List Digest (#563)
- 6bd5df1 fix example comment (#642)
- 83e095e CI: add a spellcheck CI (#641)
- 6bf8bb3 Build and Release: registry push update (#640)
- 178a911 Doc refactoring (#639)
- 360bafd Adding Dynamic Targeting Documentation (#632)
- 6b6c201 Configure dev env to be able to use cgroups v2 (#637)