gluster / gluster-subvol

Subdirectories of Gluster volumes as PVs in Kubernetes and OpenShift
Apache License 2.0
11 stars 6 forks source link

Increase robustness of recycler pod #1

Closed JohnStrunk closed 7 years ago

JohnStrunk commented 7 years ago

Currently, the recycler pod is just a pod, so it will not get properly restarted upon node failure.

volrecycler.yml needs to be reworked so that the recycler is a Deployment, ensuring it will get respawned should the pod fail or be killed.