-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathset-log-and-pid.json
80 lines (80 loc) · 2.7 KB
/
set-log-and-pid.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"apiVersion": "machineconfiguration.openshift.io/v1",
"kind": "ContainerRuntimeConfig",
"metadata": {
"creationTimestamp": "2020-10-13T10:24:51Z",
"generation": 1,
"managedFields": [
{
"apiVersion": "machineconfiguration.openshift.io/v1",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:spec": {
".": {},
"f:containerRuntimeConfig": {
".": {},
"f:logLevel": {},
"f:pidsLimit": {}
},
"f:machineConfigPoolSelector": {
".": {},
"f:matchLabels": {
".": {},
"f:debug-crio": {}
}
}
}
},
"manager": "kubectl-create",
"operation": "Update",
"time": "2020-10-13T10:24:51Z"
},
{
"apiVersion": "machineconfiguration.openshift.io/v1",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:spec": {
"f:containerRuntimeConfig": {
"f:logSizeMax": {},
"f:overlaySize": {}
}
},
"f:status": {
".": {},
"f:conditions": {},
"f:observedGeneration": {}
}
},
"manager": "machine-config-controller",
"operation": "Update",
"time": "2020-10-13T10:25:12Z"
}
],
"name": "set-log-and-pid",
"resourceVersion": "45056",
"selfLink": "/apis/machineconfiguration.openshift.io/v1/containerruntimeconfigs/set-log-and-pid",
"uid": "949e59e4-8b90-42e1-8467-6369aa1ea932"
},
"spec": {
"containerRuntimeConfig": {
"logLevel": "debug",
"pidsLimit": 2048
},
"machineConfigPoolSelector": {
"matchLabels": {
"debug-crio": "config-log-and-pid"
}
}
},
"status": {
"conditions": [
{
"lastTransitionTime": "2020-10-13T10:25:11Z",
"message": "Error: could not find any MachineConfigPool set for ContainerRuntimeConfig set-log-and-pid",
"status": "False",
"type": "Failure"
}
],
"observedGeneration": 1
}
}