According to this thread ( Rancher Metadata > Store custom data in it ), the metadata service is read-only, but I saw a code piece in the docker image of elasticsearch-conf:v0.4.0 as below:
[template]
src = "plugins.tmpl"
dest = "/data/confd/plugins.txt"
keys = [
"/elasticsearch/plugins/",
]
The question is, how to set value for the key "/elasticsearch/plugins/"
in rancher-compose.yml
file.
Thanks for your help and the amazing rancher.