prometheus / prometheus/node_exporter
request/question: clarify Podman deployment
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 13.8k
- Forks
- 2.7k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 8
Description
I'd like to know (even better when the documentation covers that as well), how to run the node exporter with Podman. You have this example in your readme:
docker run -d \
--net="host" \
--pid="host" \
-v "/:/host:ro,rslave" \
quay.io/prometheus/node-exporter:latest \
--path.rootfs=/host
For the most part, this can be adapted to Podman, except for --pid="host". What's the equivalent for that in Podman?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Podman deployment question and the Docker command shown in the README. Verify the Podman equivalent for --pid="host", then update the documentation so the node_exporter deployment instructions cover Podman and clearly state the working command or limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100