RedisLabs / redis-enterprise-k8s-docs

154 stars 91 forks source link

No proveisioner for backend PVs #95

Closed mrafieee closed 4 years ago

mrafieee commented 4 years ago

I am running this operator in an air gaped env, which we do not have any PV provisioners I have a the PVs created manually but not able to assign them to respective redis pods as PVC .

is there any options to pass PV names to operator?


Failed Scheduling | pod has unbound PersistentVolumeClaims (repeated 4 times)
mrafieee commented 4 years ago

What I did around this was I created the PV and PVC in the redis operator expected way and when redis came online it just picked it up.

danni-m commented 4 years ago

@mrafieee thats a nice workaround, its hard to support this kind of thing, since the PV/PVC are controlled by the STS. I would do the same thing as you.