You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bindata: deploy: Set progressDeadlineSeconds to 900
This only makes the latest library-go update compatible with the current
behaviour. library-go now uses deployment controller deadline exceeded
to check for progress timeout, not a hardcoded value, which was set to
15 minutes in the past, hence 900 seconds.
Copy file name to clipboardExpand all lines: test-data/apply-configuration/overall/oauth-apiserver-creation-minimal/expected-output/Management/ApplyStatus/cluster-scoped-resources/operator.openshift.io/authentications/c5b3-body-cluster.yaml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,18 @@ metadata:
5
5
status:
6
6
conditions:
7
7
- lastTransitionTime: "2024-10-14T22:38:20Z"
8
-
message: no apiserver.openshift-oauth-apiserver pods available on any node.
8
+
message: no apiserver.openshift-oauth-apiserver pods available on any node
9
9
reason: NoPod
10
10
status: "False"
11
11
type: APIServerDeploymentAvailable
12
-
- lastTransitionTime: "2025-09-09T00:08:37Z"
13
-
reason: AsExpected
14
-
status: "False"
12
+
- lastTransitionTime: "2024-10-14T22:38:20Z"
13
+
message: no apiserver.openshift-oauth-apiserver pods available on any node
14
+
reason: Unavailable
15
+
status: "True"
15
16
type: APIServerDeploymentDegraded
16
17
- lastTransitionTime: "2024-10-14T22:38:20Z"
17
18
message: 'deployment/apiserver.openshift-oauth-apiserver: 0/1 pods have been updated
18
-
to the latest generation and 0/1 pods are available'
19
+
to the latest revision and 0/1 pods are available'
Copy file name to clipboardExpand all lines: test-data/apply-configuration/overall/oauth-apiserver-creation-minimal/expected-output/Management/Create/namespaces/openshift-oauth-apiserver/apps/deployments/7350-body-apiserver.yaml
Copy file name to clipboardExpand all lines: test-data/apply-configuration/overall/oauth-server-creation-minimal/expected-output/Management/ApplyStatus/cluster-scoped-resources/operator.openshift.io/authentications/5749-body-cluster.yaml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,18 @@ metadata:
5
5
status:
6
6
conditions:
7
7
- lastTransitionTime: "2025-08-07T22:38:20Z"
8
-
message: no oauth-openshift.openshift-authentication pods available on any node.
8
+
message: no oauth-openshift.openshift-authentication pods available on any node
9
9
reason: NoPod
10
10
status: "False"
11
11
type: OAuthServerDeploymentAvailable
12
-
- lastTransitionTime: "2025-08-01T18:45:36Z"
13
-
reason: AsExpected
14
-
status: "False"
12
+
- lastTransitionTime: "2025-08-07T22:38:20Z"
13
+
message: no oauth-openshift.openshift-authentication pods available on any node
14
+
reason: Unavailable
15
+
status: "True"
15
16
type: OAuthServerDeploymentDegraded
16
17
- lastTransitionTime: "2025-08-07T22:38:20Z"
17
18
message: 'deployment/oauth-openshift.openshift-authentication: 0/1 pods have been
18
-
updated to the latest generation and 0/1 pods are available'
19
+
updated to the latest revision and 0/1 pods are available'
Copy file name to clipboardExpand all lines: test-data/apply-configuration/overall/oauth-server-creation-minimal/expected-output/Management/Create/namespaces/openshift-authentication/apps/deployments/a3d6-body-oauth-openshift.yaml
0 commit comments