Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 998 Bytes

acknowledgement.md

File metadata and controls

34 lines (27 loc) · 998 Bytes
title description menu menu_name
Acknowledgement Concepts
Acknowledgement Concepts
product_searchlight_7.0.0
identifier parent name weight
acknowledgement-concepts
incident
Acknowledgement Concepts
15
product_searchlight_7.0.0

Acknowledgement

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