Skip to content

Commit

Permalink
Merge pull request #708 from fedepaol/metricsonlyonlinux
Browse files Browse the repository at this point in the history
Bug 1856271: Make sure the network metrics pod runs only on linux nodes.
  • Loading branch information
openshift-merge-robot committed Jul 14, 2020
2 parents e40d8c2 + f54a8f3 commit e1628a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindata/network/network-metrics/001-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
spec:
nodeSelector:
node-role.kubernetes.io/worker: ""
kubernetes.io/os: linux
tolerations:
- operator: Exists
containers:
Expand Down

0 comments on commit e1628a9

Please sign in to comment.