The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.: wp-admin/includes/update-core.php
You need to build another container image with the new code.
The reason is that, basically, container base image is unchanged even if you do that. So, when the container restarts, it will still use the old WordPress code (because the container image was not changed).
If you create a new image with the new code and all, you can do a regular deploy and it will work fine.
I just get the wordpress kubernetes from Market, and everything installed. After I set it up the wordpress. I want to update the database with my existing database.
My issues are
displaying PersistentVolumeClaims and PersistentVolumes
displaying a Secret
displaying/edit MySQL
Anyway I will check the link you send me. And maybe I get the answer from that link. Thanks.
That is the internal cluster IP. There should be a service of type LoadBalancer called wordpress (can see it at the top of the deploy wordpress example yaml) that will have an external IP.