remove output in prometheus deploy command

This commit is contained in:
nothinux 2019-10-31 10:29:14 +07:00
parent 43fa61cabd
commit d8c2d38a39

View file

@ -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