mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
[PR #182] [CLOSED] add support k8s #192
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#192
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/XuehaiPan/nvitop/pull/182
Author: @ntheanh201
Created: 8/28/2025
Status: ❌ Closed
Base:
main← Head:k8s📝 Commits (10+)
6bd0d8fadd GH actions build and publish nvitop-exporterb9f057aMerge pull request #1 from ntheanh201/gh-action-buiod255dc0dupdate publish nvitop-exporter68dccbeadd k8s manifests28cc46aupdate build and publish nvitop7a3b44aupdate lint k8s manifests + build & publish nvitop-exporter9539299remove trigger by push tags95e6750add systemd docs5da4241remove redundant env vars1c11358update install.sh & readme📊 Changes
22 files changed (+1625 additions, -41 deletions)
View changed files
➕
.github/workflows/publish-nvitop-exporter.yaml(+72 -0)📝
README.md(+79 -27)➕
k8s/README.md(+186 -0)➕
k8s/clusterrole.yaml(+14 -0)➕
k8s/clusterrolebinding.yaml(+15 -0)➕
k8s/daemonset.yaml(+142 -0)➕
k8s/kustomization.yaml(+22 -0)➕
k8s/namespace.yaml(+7 -0)➕
k8s/service.yaml(+22 -0)➕
k8s/serviceaccount.yaml(+8 -0)➕
k8s/servicemonitor.yaml(+26 -0)📝
nvitop-exporter/Dockerfile(+2 -0)➕
nvitop-exporter/KUBERNETES.md(+196 -0)📝
nvitop-exporter/nvitop_exporter/cli.py(+14 -1)📝
nvitop-exporter/nvitop_exporter/exporter.py(+38 -13)➕
nvitop-exporter/nvitop_exporter/k8s.py(+217 -0)➕
nvitop-exporter/test_k8s.py(+128 -0)➕
systemd/README.md(+296 -0)➕
systemd/build.sh(+3 -0)➕
systemd/install.sh(+104 -0)...and 2 more files
📄 Description
Issue Type
Runtime Environment
3.8.2/3.9.6]460.84]nvitopversion or commit: [e.g.0.10.0/0.10.1.dev7+ga083321/main@75ae3c]python-ml-pyversion: [e.g.11.450.51]C/C.UTF-8/en_US.UTF-8]Description
Motivation and Context
Testing
Images / Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.