2 Star 1 Fork 2

devopsluo / k8s_prometheus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
node-exporter-daemonset.yml 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2020-03-22 19:08 . add file
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: prometheus-node-exporter
namespace: monitoring
labels:
app: prometheus
component: node-exporter
spec:
selector:
matchLabels:
app: prometheus
component: node-exporter
template:
metadata:
name: prometheus-node-exporter
labels:
app: prometheus
component: node-exporter
spec:
containers:
- image: prom/node-exporter:v0.14.0
# - image: arti.local:9084/prometheus-lib-local/prom/node-exporter:v0.14.0
name: prometheus-node-exporter
ports:
- name: prom-node-exp
#^ must be an IANA_SVC_NAME (at most 15 characters, ..)
containerPort: 9100
hostPort: 9100
hostNetwork: true
hostPID: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/devopsluo/k8s_prometheus.git
git@gitee.com:devopsluo/k8s_prometheus.git
devopsluo
k8s_prometheus
k8s_prometheus
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891