Merge pull request #4727 from nothinux/master
update docs, remove output in prometheus deploy command
This commit is contained in:
commit
2771095b8c
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