mirror of https://github.com/kubernetes/kops.git
Add critical pod annotations to kopeio
Should prevent eviction, which would (best case) stop us discovering new nodes.
This commit is contained in:
parent
afd7332a7d
commit
043f0aaa25
|
@ -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