forked from openshift/insights-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmachine-api-termination-handler.json
37 lines (37 loc) · 1.05 KB
/
machine-api-termination-handler.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"apiVersion": "machine.openshift.io/v1beta1",
"kind": "MachineHealthCheck",
"metadata": {
"annotations": {
"exclude.release.openshift.io/internal-openshift-hosted": "true",
"include.release.openshift.io/self-managed-high-availability": "true"
},
"creationTimestamp": "2021-07-07T11:27:29Z",
"generation": 1,
"labels": {
"api": "clsuterapi",
"k8s-app": "termination-handler"
},
"name": "machine-api-termination-handler",
"namespace": "openshift-machine-api",
"resourceVersion": "8415",
"selfLink": "/apis/machine.openshift.io/v1beta1/namespaces/openshift-machine-api/machinehealthchecks/machine-api-termination-handler",
"uid": "b2408d9a-014f-4027-8cb4-20688fbf90da"
},
"spec": {
"maxUnhealthy": "100%",
"nodeStartupTimeout": "10m",
"selector": {
"matchLabels": {
"machine.openshift.io/interruptible-instance": ""
}
},
"unhealthyConditions": [
{
"status": "True",
"timeout": "0s",
"type": "Terminating"
}
]
}
}