7.0.0
Searchlight 7.0.0 brings a number of major features. This release requires Kubernetes 1.8.0 or later release. To install/update, please follow the deployment guide here .
Download Docker images via:
docker pull appscode/searchlight:7.0.0
docker pull appscode/icinga:7.0.0-k8s
Notable Features:
- Alert history is stored as a new
Incident
crd. - Users can now write custom plugins for Searchlight using webhooks.
- Instead of deleting alert crds, users can pause it to temporarily deactivate the check.
- Uses workqueue which fixes various subtle retry issues.