Skip to content

Commit

Permalink
remove kubectl get pods for eventing sources (knative#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
samodell authored and knative-prow-robot committed Jun 28, 2019
1 parent 48d7120 commit 38111f9
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/install/Knative-custom-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docs/install/Knative-with-AKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 0 additions & 1 deletion docs/install/Knative-with-GKE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 0 additions & 1 deletion docs/install/Knative-with-Gardener.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 0 additions & 1 deletion docs/install/Knative-with-ICP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 0 additions & 1 deletion docs/install/Knative-with-IKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 0 additions & 1 deletion docs/install/Knative-with-Minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 0 additions & 1 deletion docs/install/Knative-with-PKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 0 additions & 1 deletion docs/install/Knative-with-any-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 38111f9

Please sign in to comment.