Skip to content

Commit 2a64f3f

Browse files
authored
Merge pull request #21205 from bparry02/cert-api-verify
Add step to verify kubeapi-server pods after updating API server certificate
2 parents 394728e + 46e3255 commit 2a64f3f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

modules/customize-certificates-api-add-named.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,23 @@ spec:
7878
name: <secret>
7979
...
8080
----
81+
82+
. Check the `kube-apiserver` operator, and verify that a new revision of the Kubernetes API server rolls out.
83+
It may take a minute for the operator to detect the configuration change and trigger a new deployment.
84+
While the new revision is rolling out, `PROGRESSING` will report `True`.
85+
+
86+
[source,terminal]
87+
----
88+
$ oc get clusteroperators kube-apiserver
89+
----
90+
+
91+
Do not continue to the next step until `PROGRESSING` is listed as `False`, as shown in the following output:
92+
+
93+
.Example output
94+
[source,terminal,subs="attributes+"]
95+
----
96+
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE
97+
kube-apiserver {product-version}.0 True False False 145m
98+
----
99+
+
100+
If `PROGRESSING` is showing `True`, wait a few minutes and try again.

0 commit comments

Comments
 (0)