-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathingress.json
83 lines (83 loc) · 2.88 KB
/
ingress.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
{
"kind": "ClusterOperator",
"apiVersion": "config.openshift.io/v1",
"metadata": {
"name": "ingress",
"selfLink": "/apis/config.openshift.io/v1/clusteroperators/ingress",
"uid": "4b5cbaa3-f6ef-49ba-a2b5-eb9608ee4ac5",
"resourceVersion": "1795888",
"generation": 1,
"creationTimestamp": "2021-07-07T11:02:54Z",
"annotations": {
"include.release.openshift.io/ibm-cloud-managed": "true",
"include.release.openshift.io/self-managed-high-availability": "true",
"include.release.openshift.io/single-node-developer": "true"
}
},
"spec": {},
"status": {
"conditions": [
{
"type": "Available",
"status": "True",
"lastTransitionTime": "2021-07-12T21:20:38Z",
"reason": "AsExpected",
"message": "desired and current number of IngressControllers are equal"
},
{
"type": "Progressing",
"status": "False",
"lastTransitionTime": "2021-07-12T21:20:38Z",
"reason": "AsExpected",
"message": "desired and current number of IngressControllers are equal"
},
{
"type": "Degraded",
"status": "True",
"lastTransitionTime": "2021-07-12T22:20:58Z",
"reason": "IngressControllersDegraded",
"message": "Some ingresscontrollers are degraded: ingresscontroller \"default\" is degraded: DegradedConditions: One or more other status conditions indicate a degraded state: PodsScheduled=False (PodsNotScheduled: Some pods are not scheduled: Pod \"router-default-7bbdcfcf9b-7xdln\" cannot be scheduled: 0/2 nodes are available: 1 node(s) didn't have free ports for the requested pod ports, 1 node(s) had taint {node-role.kubernetes.io/master: }, that the pod didn't tolerate. Make sure you have sufficient worker nodes.), DeploymentReplicasAllAvailable=False (DeploymentReplicasNotAvailable: 1/2 of replicas are available)"
}
],
"versions": [
{
"name": "operator",
"version": "4.7.16"
},
{
"name": "ingress-controller",
"version": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:cdc05f16135f40d5974e4a827244fb87862219136da7a3d36c8ff2dfc2135a78"
}
],
"relatedObjects": [
{
"group": "",
"resource": "namespaces",
"name": "openshift-ingress-operator"
},
{
"group": "operator.openshift.io",
"resource": "IngressController",
"namespace": "openshift-ingress-operator",
"name": ""
},
{
"group": "ingress.operator.openshift.io",
"resource": "DNSRecord",
"namespace": "openshift-ingress-operator",
"name": ""
},
{
"group": "",
"resource": "namespaces",
"name": "openshift-ingress"
},
{
"group": "",
"resource": "namespaces",
"name": "openshift-ingress-canary"
}
],
"extension": null
}
}