Skip to content

Commit

Permalink
manifests: machine config daemon node selector for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwaynecarr committed Jan 8, 2019
1 parent 5256cd0 commit 37599e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/machineconfigdaemon/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ spec:
- key: node-role.kubernetes.io/etcd
operator: Exists
effect: NoSchedule
nodeSelector:
beta.kubernetes.io/os: linux
volumes:
- name: rootfs
hostPath:
Expand Down

0 comments on commit 37599e1

Please sign in to comment.