docker
docker copied to clipboard
Installing plugins on kubernetes
Hi all, this is more a question rather than an issue:
I have a working installation on kubernetes and now I need to install a new plugin. Being the config.ini.php non writable what is the suggested approach?
I was thinking of extending the docker base image by including the needed plugins into the /plugins directory. I could also attach a persistent volume to write the config.ini.php but then this will make complicated the reproducibility of the installation in case it's needed
Thanks for your answers
I used a Persistent Volume Claim for the "config" folder. I also added a PVC for the "plugins" folder. So on Redeploy this is persisted.
I think that's the only way to go. The features of console plugin are still very limited.