Pod placement
You can configure Pod placement for Hive metastores as described in Pod placement.
By default, the operator configures the following Pod placement constraints:
affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchLabels: app.kubernetes.io/name: hive app.kubernetes.io/instance: cluster-name app.kubernetes.io/component: metastore topologyKey: kubernetes.io/hostname weight: 70
In the example above cluster-name
is the name of the HiveCluster custom resource that owns this Pod.