Skip to content

Commit

Permalink
Merge pull request #42 from oshoval/pc
Browse files Browse the repository at this point in the history
DaemonSet, Add Priority class
  • Loading branch information
kubevirt-bot committed Jun 17, 2021
2 parents f6ec806 + e7a06a8 commit a21466c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/macvtap.yaml
Expand Up @@ -14,6 +14,7 @@ spec:
spec:
hostNetwork: true
hostPID: true
priorityClassName: system-node-critical
containers:
- name: macvtap-cni
command: ["/macvtap-deviceplugin", "-v", "3", "-logtostderr"]
Expand Down
1 change: 1 addition & 0 deletions templates/macvtap.yaml.in
Expand Up @@ -14,6 +14,7 @@ spec:
spec:
hostNetwork: true
hostPID: true
priorityClassName: system-node-critical
containers:
- name: macvtap-cni
command: ["/macvtap-deviceplugin", "-v", "3", "-logtostderr"]
Expand Down

0 comments on commit a21466c

Please sign in to comment.