Ensure memcached pods antiaffinity
Use required* antiaffinity to make sure we do not have two pods sitting on same node as it does not make any sense. Change-Id: I6c0c55733b75eb1bd53eee855907533d672dbf22
This commit is contained in:
parent
3edbef16f3
commit
5eb63ac2c1
@ -184,7 +184,7 @@ pod:
|
|||||||
topologyKey:
|
topologyKey:
|
||||||
default: kubernetes.io/hostname
|
default: kubernetes.io/hostname
|
||||||
type:
|
type:
|
||||||
default: preferredDuringSchedulingIgnoredDuringExecution
|
default: requiredDuringSchedulingIgnoredDuringExecution
|
||||||
weight:
|
weight:
|
||||||
default: 10
|
default: 10
|
||||||
tolerations:
|
tolerations:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user