Remove readonly rootfs Elasticsearch

This removes ReadonlyRootfs from
Elasticsearch data pods as this is
required in order for the data pods
to recover from outages

Change-Id: I603d3a25b6580eab20e2b20e1b1cd0cf740c7ab2
This commit is contained in:
Randeep Jalli 2019-06-03 13:34:27 +00:00
parent 2f0c2e328d
commit 79cb67544c

View File

@ -196,7 +196,10 @@ pod:
add: add:
- IPC_LOCK - IPC_LOCK
- SYS_RESOURCE - SYS_RESOURCE
readOnlyRootFilesystem: true # NOTE: This was changed from true to false to account for
# recovery scenarios when the data pods are unexpectedly lost due to
# node outages and shard/index recovery is required
readOnlyRootFilesystem: false
affinity: affinity:
anti: anti:
type: type: