Skip to content

Commit 37ac8ee

Browse files
nak3knative-prow-robot
authored andcommitted
Remove extra spaces to correct format (#1778)
1 parent ab095fe commit 37ac8ee

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/serving/knative-kubernetes-services.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff 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

5252
These services and deployments are installed by the `serving.yaml` file during
5353
install. The next section describes their function.

0 commit comments

Comments
 (0)