Merge pull request #2544 from justinsb/add_critical_pod_annotations_kopeio

Add critical pod annotations to kopeio networking
This commit is contained in:
Chris Love 2017-05-10 11:48:11 -06:00 committed by GitHub
commit c6e334f1e5
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@ spec:
labels:
name: kopeio-networking-agent
role.kubernetes.io/networking: "1"
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
spec:
hostPID: true
hostIPC: true

View File

@ -12,6 +12,8 @@ spec:
labels:
name: kopeio-networking-agent
role.kubernetes.io/networking: "1"
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
spec:
hostPID: true
hostIPC: true