From d8c2d38a39b35134bdb3f160d23f6e2f3e83ac7f Mon Sep 17 00:00:00 2001 From: nothinux Date: Thu, 31 Oct 2019 10:29:14 +0700 Subject: [PATCH] remove output in prometheus deploy command --- docs/user-guide/monitoring.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/user-guide/monitoring.md b/docs/user-guide/monitoring.md index ed5de73e7..17692a5d2 100644 --- a/docs/user-guide/monitoring.md +++ b/docs/user-guide/monitoring.md @@ -21,12 +21,6 @@ Running the following command deploys prometheus in Kubernetes: ```console kubectl apply --kustomize github.com/kubernetes/ingress-nginx/deploy/prometheus/ -serviceaccount/prometheus-server created -role.rbac.authorization.k8s.io/prometheus-server created -rolebinding.rbac.authorization.k8s.io/prometheus-server created -configmap/prometheus-configuration-bc6bcg7b65 created -service/prometheus-server created -deployment.apps/prometheus-server created ``` ### Prometheus Dashboard