mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-10 10:47:20 +00:00
For now, add only one metric, a counter for the errors occurring while scanning pod resources on the node.
27 lines
646 B
YAML
27 lines
646 B
YAML
apiVersion: apps/v1
|
|
kind: DaemonSet
|
|
metadata:
|
|
labels:
|
|
app: nfd
|
|
name: nfd-topology-updater
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: nfd-topology-updater
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: nfd-topology-updater
|
|
spec:
|
|
dnsPolicy: ClusterFirstWithHostNet
|
|
serviceAccount: nfd-topology-updater
|
|
containers:
|
|
- name: nfd-topology-updater
|
|
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
|
|
imagePullPolicy: Always
|
|
command:
|
|
- "nfd-topology-updater"
|
|
args: []
|
|
ports:
|
|
- name: metrics
|
|
containerPort: 8081
|