-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathkube-scheduler.json
103 lines (103 loc) · 2.7 KB
/
kube-scheduler.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
{
"kind": "ClusterOperator",
"apiVersion": "config.openshift.io/v1",
"metadata": {
"name": "kube-scheduler",
"selfLink": "/apis/config.openshift.io/v1/clusteroperators/kube-scheduler",
"uid": "7c340a26-0a9e-4d1d-8965-9e46eac39198",
"resourceVersion": "340478",
"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": "Degraded",
"status": "False",
"lastTransitionTime": "2021-07-07T11:26:29Z",
"reason": "AsExpected",
"message": "NodeControllerDegraded: All master nodes are ready"
},
{
"type": "Progressing",
"status": "False",
"lastTransitionTime": "2021-07-07T11:37:42Z",
"reason": "AsExpected",
"message": "NodeInstallerProgressing: 1 nodes are at revision 7"
},
{
"type": "Available",
"status": "True",
"lastTransitionTime": "2021-07-07T11:33:16Z",
"reason": "AsExpected",
"message": "StaticPodsAvailable: 1 nodes are active; 1 nodes are at revision 7"
},
{
"type": "Upgradeable",
"status": "True",
"lastTransitionTime": "2021-07-07T11:26:29Z",
"reason": "AsExpected",
"message": "All is well"
}
],
"versions": [
{
"name": "raw-internal",
"version": "4.7.16"
},
{
"name": "kube-scheduler",
"version": "1.20.0-beta.2"
},
{
"name": "operator",
"version": "4.7.16"
}
],
"relatedObjects": [
{
"group": "operator.openshift.io",
"resource": "kubeschedulers",
"name": "cluster"
},
{
"group": "config.openshift.io",
"resource": "schedulers",
"name": ""
},
{
"group": "",
"resource": "namespaces",
"name": "openshift-config"
},
{
"group": "",
"resource": "namespaces",
"name": "openshift-config-managed"
},
{
"group": "",
"resource": "namespaces",
"name": "openshift-kube-scheduler"
},
{
"group": "",
"resource": "namespaces",
"name": "openshift-kube-scheduler-operator"
},
{
"group": "controlplane.operator.openshift.io",
"resource": "podnetworkconnectivitychecks",
"namespace": "openshift-kube-apiserver",
"name": ""
}
],
"extension": null
}
}