You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
Kubernetes Extended Api Server resource Acknowledgement is used to acknowledge an Incident with type Problem.
Following is the example of Acknowledgement object
apiVersion: incidents.monitoring.appscode.com
kind: Acknowledgement
metadata:
name: cluster.pod-exists-demo-0.20180428-1109
namespace: demo
request:
comment: working on fix
When user creates this Acknowledgement object, Searchlight operator gets Incident with same name of Acknowledgement object.
Operator then acknowledges Icinga notification with provided comment
.
To remove acknowledgement, you just need to delete Acknowledgement object.
Note: Acknowledgement object name should be similar as Incident object name