docker icon indicating copy to clipboard operation
docker copied to clipboard

Installing plugins on kubernetes

Open swampie opened this issue 3 years ago • 1 comments

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

swampie avatar Dec 17 '21 15:12 swampie

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.

hoermannklaus avatar Feb 08 '22 14:02 hoermannklaus

I think that's the only way to go. The features of console plugin are still very limited.

J0WI avatar Mar 28 '23 13:03 J0WI