mirror of https://github.com/knative/docs.git
remove kubectl get pods for eventing sources (#1557)
This commit is contained in:
parent
48d71201c8
commit
38111f9530
|
@ -324,7 +324,6 @@ commands below.
|
|||
kubectl get pods --namespace knative-serving
|
||||
kubectl get pods --namespace knative-build
|
||||
kubectl get pods --namespace knative-eventing
|
||||
kubectl get pods --namespace knative-sources
|
||||
```
|
||||
|
||||
> Tip: You can append the `--watch` flag to the `kubectl get` commands to
|
||||
|
|
|
@ -216,7 +216,6 @@ your Knative installation, see
|
|||
kubectl get pods --namespace knative-serving
|
||||
kubectl get pods --namespace knative-build
|
||||
kubectl get pods --namespace knative-eventing
|
||||
kubectl get pods --namespace knative-sources
|
||||
kubectl get pods --namespace knative-monitoring
|
||||
```
|
||||
|
||||
|
|
|
@ -195,7 +195,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
|
|||
kubectl get pods --namespace knative-serving
|
||||
kubectl get pods --namespace knative-build
|
||||
kubectl get pods --namespace knative-eventing
|
||||
kubectl get pods --namespace knative-sources
|
||||
kubectl get pods --namespace knative-monitoring
|
||||
```
|
||||
|
||||
|
|
|
@ -149,7 +149,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
|
|||
kubectl get pods --namespace knative-serving
|
||||
kubectl get pods --namespace knative-build
|
||||
kubectl get pods --namespace knative-eventing
|
||||
kubectl get pods --namespace knative-sources
|
||||
kubectl get pods --namespace knative-monitoring
|
||||
```
|
||||
|
||||
|
|
|
@ -211,7 +211,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
|
|||
kubectl get pods --namespace knative-serving
|
||||
kubectl get pods --namespace knative-build
|
||||
kubectl get pods --namespace knative-eventing
|
||||
kubectl get pods --namespace knative-sources
|
||||
kubectl get pods --namespace knative-monitoring
|
||||
```
|
||||
|
||||
|
|
|
@ -233,7 +233,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
|
|||
kubectl get pods --namespace knative-serving
|
||||
kubectl get pods --namespace knative-build
|
||||
kubectl get pods --namespace knative-eventing
|
||||
kubectl get pods --namespace knative-sources
|
||||
kubectl get pods --namespace knative-monitoring
|
||||
```
|
||||
|
||||
|
|
|
@ -156,7 +156,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
|
|||
kubectl get pods --namespace knative-serving
|
||||
kubectl get pods --namespace knative-build
|
||||
kubectl get pods --namespace knative-eventing
|
||||
kubectl get pods --namespace knative-sources
|
||||
kubectl get pods --namespace knative-monitoring
|
||||
```
|
||||
|
||||
|
|
|
@ -135,7 +135,6 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
|
|||
kubectl get pods --namespace knative-serving
|
||||
kubectl get pods --namespace knative-build
|
||||
kubectl get pods --namespace knative-eventing
|
||||
kubectl get pods --namespace knative-sources
|
||||
kubectl get pods --namespace knative-monitoring
|
||||
```
|
||||
|
||||
|
|
|
@ -103,7 +103,6 @@ your Knative installation, see
|
|||
kubectl get pods --namespace knative-serving
|
||||
kubectl get pods --namespace knative-build
|
||||
kubectl get pods --namespace knative-eventing
|
||||
kubectl get pods --namespace knative-sources
|
||||
kubectl get pods --namespace knative-monitoring
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue