Skip to content

Docs 354 kubernetes cron job for backups

Hannes Heine requested to merge pr573head into pr573base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


Pullrequest

Dear reviewer, the documentation and the tool velero work as expected on Digital Ocean's kubernetes clusters. However, sometimes I see strange errors like:

pod has unbound immediate PersistentVolumeClaims (repeated 3 times)

or

Volume is already exclusively attached to one node and can't be attached to another

When I delete/re-apply the deployments with:

$ kubectl delete -f deployment/human-connection/deployment-neo4j.yaml -f deployment/human-connection/deployment-backend.yaml
# wait until all objects are torn down
$ kubectl apply -f deployment/human-connection/deployment-neo4j.yaml -f deployment/human-connection/deployment-backend.yaml

And wait for a loooooong time ... (~15min)

The cluster is back again. I find it strange but I think this fulfills the requirements for issue #354 (closed).

Issues

Checklist

  • None

How2Test

Todo

  • None

Merge request reports