Skip to content

Commit

Permalink
Update node_exporter daemonset to 1.27+ featureset
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Jul 18, 2024
1 parent 2c5923b commit 40dfda6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/namespaces/monitoring/node_exporter/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ spec:
labels:
name: node-exporter
phase: prod
annotations:
seccomp.security.alpha.kubernetes.io/pod: 'docker/default'
spec:
affinity:
nodeAffinity:
Expand All @@ -30,13 +28,15 @@ spec:
values:
- linux
- matchExpressions:
- key: beta.kubernetes.io/os
- key: kubernetes.io/os
operator: In
values:
- linux
securityContext:
runAsNonRoot: true
runAsUser: 65534
seccompProfile:
type: RuntimeDefault
hostPID: true
containers:
- name: node-exporter
Expand Down

0 comments on commit 40dfda6

Please sign in to comment.