Skip to content

Commit

Permalink
Issue#8241 (kubernetes#8273)
Browse files Browse the repository at this point in the history
* replace daemon set for deployment manifest

* nit
  • Loading branch information
indhupriya authored and rchshld committed May 17, 2023
1 parent b38f633 commit 0411554
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/user-guide/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,21 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/)
```
- DaemonSet manifest:
```
..
- Deployment manifest:
```
apiVersion: v1
metadata:
kind: Deployment
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"
..
spec:
ports:
- name: prometheus
containerPort: 10254
..
..
```


Expand Down

0 comments on commit 0411554

Please sign in to comment.