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:
parent
2f0c2e328d
commit
79cb67544c
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user