mirror of https://github.com/knative/docs.git
Remove extra spaces to correct format (#1778)
This commit is contained in:
parent
ab095fe48e
commit
37ac8eec13
|
@ -31,23 +31,23 @@ that are active when running Knative Serving.
|
||||||
webhook ClusterIP 10.107.144.50 <none> 443/TCP 1h
|
webhook ClusterIP 10.107.144.50 <none> 443/TCP 1h
|
||||||
```
|
```
|
||||||
|
|
||||||
3. To view the deployments in your cluster, use the following command:
|
3. To view the deployments in your cluster, use the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ kubectl get deployments -n knative-serving
|
$ kubectl get deployments -n knative-serving
|
||||||
```
|
```
|
||||||
|
|
||||||
This should return the following output:
|
This should return the following output:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
|
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
|
||||||
activator 1 1 1 1 1h
|
activator 1 1 1 1 1h
|
||||||
autoscaler 1 1 1 1 1h
|
autoscaler 1 1 1 1 1h
|
||||||
controller 1 1 1 1 1h
|
controller 1 1 1 1 1h
|
||||||
networking-certmanager 1 1 1 1 1h
|
networking-certmanager 1 1 1 1 1h
|
||||||
networking-istio 1 1 1 1 1h
|
networking-istio 1 1 1 1 1h
|
||||||
webhook 1 1 1 1 1h
|
webhook 1 1 1 1 1h
|
||||||
```
|
```
|
||||||
|
|
||||||
These services and deployments are installed by the `serving.yaml` file during
|
These services and deployments are installed by the `serving.yaml` file during
|
||||||
install. The next section describes their function.
|
install. The next section describes their function.
|
||||||
|
|
Loading…
Reference in New Issue