Skip to content

Commit af20eaf

Browse files
committed
SRVKS-830: Add additional serving verification step
1 parent 97625fb commit af20eaf

File tree

1 file changed

+37
-11
lines changed

1 file changed

+37
-11
lines changed

modules/serverless-install-serving-yaml.adoc

Lines changed: 37 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ Ready=True
4646
====
4747
It may take a few seconds for the Knative Serving resources to be created.
4848
====
49-
. If the conditions have a status of `Unknown` or `False`, wait a few moments and then check again after you have confirmed that the resources have been created.
50-
. Check that the Knative Serving resources have been created by entering:
49+
+
50+
If the conditions have a status of `Unknown` or `False`, wait a few moments and then check again after you have confirmed that the resources have been created.
51+
52+
. Check that the Knative Serving resources have been created:
5153
+
5254
[source,terminal]
5355
----
@@ -57,13 +59,37 @@ $ oc get pods -n knative-serving
5759
.Example output
5860
[source,terminal]
5961
----
60-
NAME READY STATUS RESTARTS AGE
61-
activator-5c596cf8d6-5l86c 1/1 Running 0 9m37s
62-
activator-5c596cf8d6-gkn5k 1/1 Running 0 9m22s
63-
autoscaler-5854f586f6-gj597 1/1 Running 0 9m36s
64-
autoscaler-hpa-78665569b8-qmlmn 1/1 Running 0 9m26s
65-
autoscaler-hpa-78665569b8-tqwvw 1/1 Running 0 9m26s
66-
controller-7fd5655f49-9gxz5 1/1 Running 0 9m32s
67-
controller-7fd5655f49-pncv5 1/1 Running 0 9m14s
68-
webhook-5c7d878c7c-n267j 1/1 Running 0 9m35s
62+
NAME READY STATUS RESTARTS AGE
63+
activator-67ddf8c9d7-p7rm5 2/2 Running 0 4m
64+
activator-67ddf8c9d7-q84fz 2/2 Running 0 4m
65+
autoscaler-5d87bc6dbf-6nqc6 2/2 Running 0 3m59s
66+
autoscaler-5d87bc6dbf-h64rl 2/2 Running 0 3m59s
67+
autoscaler-hpa-77f85f5cc4-lrts7 2/2 Running 0 3m57s
68+
autoscaler-hpa-77f85f5cc4-zx7hl 2/2 Running 0 3m56s
69+
controller-5cfc7cb8db-nlccl 2/2 Running 0 3m50s
70+
controller-5cfc7cb8db-rmv7r 2/2 Running 0 3m18s
71+
domain-mapping-86d84bb6b4-r746m 2/2 Running 0 3m58s
72+
domain-mapping-86d84bb6b4-v7nh8 2/2 Running 0 3m58s
73+
domainmapping-webhook-769d679d45-bkcnj 2/2 Running 0 3m58s
74+
domainmapping-webhook-769d679d45-fff68 2/2 Running 0 3m58s
75+
storage-version-migration-serving-serving-0.26.0--1-6qlkb 0/1 Completed 0 3m56s
76+
webhook-5fb774f8d8-6bqrt 2/2 Running 0 3m57s
77+
webhook-5fb774f8d8-b8lt5 2/2 Running 0 3m57s
78+
----
79+
80+
. Check that the necessary networking components have been installed to the automatically created `knative-serving-ingress` namespace:
81+
+
82+
[source,terminal]
83+
----
84+
$ oc get pods -n knative-serving-ingress
85+
----
86+
+
87+
.Example output
88+
[source,terminal]
89+
----
90+
NAME READY STATUS RESTARTS AGE
91+
net-kourier-controller-7d4b6c5d95-62mkf 1/1 Running 0 76s
92+
net-kourier-controller-7d4b6c5d95-qmgm2 1/1 Running 0 76s
93+
3scale-kourier-gateway-6688b49568-987qz 1/1 Running 0 75s
94+
3scale-kourier-gateway-6688b49568-b5tnp 1/1 Running 0 75s
6995
----

0 commit comments

Comments
 (0)