-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathmachine-config.json
112 lines (112 loc) · 2.91 KB
/
machine-config.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"kind": "ClusterOperator",
"apiVersion": "config.openshift.io/v1",
"metadata": {
"name": "machine-config",
"selfLink": "/apis/config.openshift.io/v1/clusteroperators/machine-config",
"uid": "53dc75b8-76f9-4629-a82e-dcbb22a6a88c",
"resourceVersion": "1782290",
"generation": 1,
"creationTimestamp": "2021-07-07T11:02:54Z",
"annotations": {
"exclude.release.openshift.io/internal-openshift-hosted": "true",
"include.release.openshift.io/self-managed-high-availability": "true",
"include.release.openshift.io/single-node-developer": "true"
}
},
"spec": {},
"status": {
"conditions": [
{
"type": "Progressing",
"status": "False",
"lastTransitionTime": "2021-07-07T11:27:15Z",
"message": "Cluster version is 4.7.16"
},
{
"type": "Upgradeable",
"status": "True",
"lastTransitionTime": "2021-07-07T11:27:14Z",
"reason": "AsExpected"
},
{
"type": "Degraded",
"status": "False",
"lastTransitionTime": "2021-07-07T11:27:14Z"
},
{
"type": "Available",
"status": "True",
"lastTransitionTime": "2021-07-07T11:27:14Z",
"message": "Cluster has deployed 4.7.16"
}
],
"versions": [
{
"name": "operator",
"version": "4.7.16"
}
],
"relatedObjects": [
{
"group": "",
"resource": "namespaces",
"name": "openshift-machine-config-operator"
},
{
"group": "machineconfiguration.openshift.io",
"resource": "machineconfigpools",
"name": ""
},
{
"group": "machineconfiguration.openshift.io",
"resource": "controllerconfigs",
"name": ""
},
{
"group": "machineconfiguration.openshift.io",
"resource": "kubeletconfigs",
"name": ""
},
{
"group": "machineconfiguration.openshift.io",
"resource": "containerruntimeconfigs",
"name": ""
},
{
"group": "machineconfiguration.openshift.io",
"resource": "machineconfigs",
"name": ""
},
{
"group": "",
"resource": "nodes",
"name": ""
},
{
"group": "",
"resource": "namespaces",
"name": "openshift-kni-infra"
},
{
"group": "",
"resource": "namespaces",
"name": "openshift-openstack-infra"
},
{
"group": "",
"resource": "namespaces",
"name": "openshift-ovirt-infra"
},
{
"group": "",
"resource": "namespaces",
"name": "openshift-vsphere-infra"
}
],
"extension": {
"master": "all 1 nodes are at latest configuration rendered-master-025110333ea44423ccb1052723956671",
"worker": "all 1 nodes are at latest configuration rendered-worker-39c9df4a2c026c3149a02abe6f88cfc8"
}
}
}