From 38111f9530b6e745926dbc8920b49cbe4c6d5f55 Mon Sep 17 00:00:00 2001 From: Sam O'Dell <31352624+samodell@users.noreply.github.com> Date: Fri, 28 Jun 2019 15:28:07 -0700 Subject: [PATCH] remove kubectl get pods for eventing sources (#1557) --- docs/install/Knative-custom-install.md | 1 - docs/install/Knative-with-AKS.md | 1 - docs/install/Knative-with-GKE.md | 1 - docs/install/Knative-with-Gardener.md | 1 - docs/install/Knative-with-ICP.md | 1 - docs/install/Knative-with-IKS.md | 1 - docs/install/Knative-with-Minikube.md | 1 - docs/install/Knative-with-PKS.md | 1 - docs/install/Knative-with-any-k8s.md | 1 - 9 files changed, 9 deletions(-) diff --git a/docs/install/Knative-custom-install.md b/docs/install/Knative-custom-install.md index 40d10d9bd..c3ed0fe8e 100644 --- a/docs/install/Knative-custom-install.md +++ b/docs/install/Knative-custom-install.md @@ -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 diff --git a/docs/install/Knative-with-AKS.md b/docs/install/Knative-with-AKS.md index 68601c5db..5dca7d1d5 100644 --- a/docs/install/Knative-with-AKS.md +++ b/docs/install/Knative-with-AKS.md @@ -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 ``` diff --git a/docs/install/Knative-with-GKE.md b/docs/install/Knative-with-GKE.md index 58533cdd0..b5d61a3e1 100644 --- a/docs/install/Knative-with-GKE.md +++ b/docs/install/Knative-with-GKE.md @@ -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 ``` diff --git a/docs/install/Knative-with-Gardener.md b/docs/install/Knative-with-Gardener.md index ddeaf9c0f..78234647a 100644 --- a/docs/install/Knative-with-Gardener.md +++ b/docs/install/Knative-with-Gardener.md @@ -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 ``` diff --git a/docs/install/Knative-with-ICP.md b/docs/install/Knative-with-ICP.md index f8f0d81eb..5275d30c7 100644 --- a/docs/install/Knative-with-ICP.md +++ b/docs/install/Knative-with-ICP.md @@ -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 ``` diff --git a/docs/install/Knative-with-IKS.md b/docs/install/Knative-with-IKS.md index bb314197a..9709ddfe6 100644 --- a/docs/install/Knative-with-IKS.md +++ b/docs/install/Knative-with-IKS.md @@ -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 ``` diff --git a/docs/install/Knative-with-Minikube.md b/docs/install/Knative-with-Minikube.md index 533a7308a..4b3e3c47a 100644 --- a/docs/install/Knative-with-Minikube.md +++ b/docs/install/Knative-with-Minikube.md @@ -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 ``` diff --git a/docs/install/Knative-with-PKS.md b/docs/install/Knative-with-PKS.md index 69ab03c5b..ad077bbff 100644 --- a/docs/install/Knative-with-PKS.md +++ b/docs/install/Knative-with-PKS.md @@ -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 ``` diff --git a/docs/install/Knative-with-any-k8s.md b/docs/install/Knative-with-any-k8s.md index ca4efbf8e..6b4f65c22 100644 --- a/docs/install/Knative-with-any-k8s.md +++ b/docs/install/Knative-with-any-k8s.md @@ -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 ```