I found a solution to this which you might want to update your documentation with.
The answer is to add a dnsPolicy for the pod along with hostNetwork, as per
below:
spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
serviceAccountName: ignite
containers:
# Custom Ignite pod name.
- name: ignite-node
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
