Skip to content

Commit

Permalink
Merge pull request #37 from ArangoGutierrez/rmkraus
Browse files Browse the repository at this point in the history
master:worker nodes enablement for nfd-worker
  • Loading branch information
k8s-ci-robot authored Nov 13, 2020
2 parents 8ea3ef2 + 442c7d1 commit 298629a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions assets/worker/0700_worker_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ spec:
app: nfd-worker
spec:
tolerations:
- operator: "Exists"
effect: "NoSchedule"
- operator: "Exists"
effect: "NoSchedule"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node-role.kubernetes.io/master
operator: DoesNotExist
- matchExpressions:
- key: node-role.kubernetes.io/master
operator: DoesNotExist
- matchExpressions:
- key: node-role.kubernetes.io/node
operator: Exists
hostNetwork: true
serviceAccount: nfd-worker
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 298629a

Please sign in to comment.