migration between clusters incl. pvc? #1180
KlavsKlavsen
started this conversation in
General
Replies: 1 comment
-
Hi @KlavsKlavsen! Liqo defines its own "virtual" storage class (
The node selectors force the pod to be rescheduled in the same cluster where the PVCs are. You can change the cluster where the PVCs are using It moves the volume by backupping it with Restic as described in the issue #1071 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do you handle PVC objects (and PVs) currently? if one was to use this on clusters at 2 providers (GKE and AWS f.ex.) - pods which need a PVC cannot just be restarted on "the other cluster" - as the pvc will not be available there, by defaulut atleast :)
Beta Was this translation helpful? Give feedback.
All reactions