remove output in prometheus deploy command
This commit is contained in:
parent
43fa61cabd
commit
d8c2d38a39
1 changed files with 0 additions and 6 deletions
|
@ -21,12 +21,6 @@ Running the following command deploys prometheus in Kubernetes:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
kubectl apply --kustomize github.com/kubernetes/ingress-nginx/deploy/prometheus/
|
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
|
### Prometheus Dashboard
|
||||||
|
|
Loading…
Reference in a new issue