mirror of https://github.com/kubernetes/kops.git
Merge pull request #2544 from justinsb/add_critical_pod_annotations_kopeio
Add critical pod annotations to kopeio networking
This commit is contained in:
commit
c6e334f1e5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue