From 476ec30ff2176fbf7f2681e0febe15ffd06d405a Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Mon, 9 Sep 2019 00:23:23 +0900 Subject: [PATCH] Remove extra spaces to correct format --- docs/serving/knative-kubernetes-services.md | 34 ++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/serving/knative-kubernetes-services.md b/docs/serving/knative-kubernetes-services.md index f981763b00b..db781230958 100644 --- a/docs/serving/knative-kubernetes-services.md +++ b/docs/serving/knative-kubernetes-services.md @@ -31,23 +31,23 @@ that are active when running Knative Serving. webhook ClusterIP 10.107.144.50 443/TCP 1h ``` - 3. To view the deployments in your cluster, use the following command: - - ```sh - $ kubectl get deployments -n knative-serving - ``` - - This should return the following output: - - ```sh - NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE - activator 1 1 1 1 1h - autoscaler 1 1 1 1 1h - controller 1 1 1 1 1h - networking-certmanager 1 1 1 1 1h - networking-istio 1 1 1 1 1h - webhook 1 1 1 1 1h - ``` +3. To view the deployments in your cluster, use the following command: + + ```sh + $ kubectl get deployments -n knative-serving + ``` + + This should return the following output: + + ```sh + NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE + activator 1 1 1 1 1h + autoscaler 1 1 1 1 1h + controller 1 1 1 1 1h + networking-certmanager 1 1 1 1 1h + networking-istio 1 1 1 1 1h + webhook 1 1 1 1 1h + ``` These services and deployments are installed by the `serving.yaml` file during install. The next section describes their function.