Report this

What is the reason for this report?

How can I edit wp-config on the Kubernates Wordpress install?

Posted on October 22, 2020

How can I edit wp-config on the Kubernates Wordpress install?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Depending on how wordpress is deployed this sounds like a good option for a configmap.

That should be editable with kubectl edit configmap <configmap>

You can learn more about configmaps here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/

@oreillyc Hi, can you provide some details as to what you’re trying to edit here? Well, I must go and I look forward to your feedback here.

Think different and code well,

-Conrad

Wordpress has a wp-config.php

Ordinarily it’s edited by command line, or FTP.

But neither seem to exist on the Kubernates Wordpress instance. The wp-config.php file is not editable via wordpress plugins either due to lack of permissions.

How can it be edited? I need to change wordpress settings held in the wp-config.php

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.