Hello,
I'm trying to deploy a simple wordpress installation following the documentation from kubernets.
kubernets was deployed using magnum on openstack rocky using the following template:
Then i'm using the cinder storage class that is described in kubernets documentation:
I did the following test:
Now if I try to deploy wordpress using the first link or other helms that use volume claim, the volume is created automatically by kubernets but they are never attached or mounted to the instances.
On master I see the following error:
pv_protection_controller.go:116] PV pvc-48fed935-5b61-11e9-9901-fa163e5ebeae failed with : Operation cannot be fulfilled on persistentvolumes "pvc-48fed935-5b61-11e9-9901-fa163e5ebea> the object has been modified; please apply your changes to the latest version and try again
Is there something I miss? I'm using the wrong version of fedora-atomic? It's the latest version available for download.