Update zookeeper.md
This commit is contained in:
parent
d9ccdfa85c
commit
d28f19900e
|
|
@ -1000,7 +1000,7 @@ This is because the Pods in the `zk` StatefulSet have a PodAntiAffinity specifie
|
||||||
topologyKey: "kubernetes.io/hostname"
|
topologyKey: "kubernetes.io/hostname"
|
||||||
```
|
```
|
||||||
|
|
||||||
The `requiredDuringSchedulingRequiredDuringExecution` field tells the
|
The `requiredDuringSchedulingIgnoredDuringExecution` field tells the
|
||||||
Kubernetes Scheduler that it should never co-locate two Pods from the `zk-headless`
|
Kubernetes Scheduler that it should never co-locate two Pods from the `zk-headless`
|
||||||
Service in the domain defined by the `topologyKey`. The `topologyKey`
|
Service in the domain defined by the `topologyKey`. The `topologyKey`
|
||||||
`kubernetes.io/hostname` indicates that the domain is an individual node. Using
|
`kubernetes.io/hostname` indicates that the domain is an individual node. Using
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue