File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -31,23 +31,23 @@ that are active when running Knative Serving.
3131 webhook ClusterIP 10.107.144.50 < none> 443/TCP 1h
3232 ```
3333
34- 3 . To view the deployments in your cluster, use the following command:
35-
36- ``` sh
37- $ kubectl get deployments -n knative-serving
38- ```
39-
40- This should return the following output:
41-
42- ` ` ` sh
43- NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
44- activator 1 1 1 1 1h
45- autoscaler 1 1 1 1 1h
46- controller 1 1 1 1 1h
47- networking-certmanager 1 1 1 1 1h
48- networking-istio 1 1 1 1 1h
49- webhook 1 1 1 1 1h
50- ` ` `
34+ 3 . To view the deployments in your cluster, use the following command:
35+
36+ ``` sh
37+ $ kubectl get deployments -n knative-serving
38+ ```
39+
40+ This should return the following output:
41+
42+ ``` sh
43+ NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
44+ activator 1 1 1 1 1h
45+ autoscaler 1 1 1 1 1h
46+ controller 1 1 1 1 1h
47+ networking-certmanager 1 1 1 1 1h
48+ networking-istio 1 1 1 1 1h
49+ webhook 1 1 1 1 1h
50+ ```
5151
5252These services and deployments are installed by the ` serving.yaml ` file during
5353install. The next section describes their function.
You can’t perform that action at this time.
0 commit comments