You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the kubeflow namespace right now all our instructions need the admin to manually go and make the backup of the PVCs we need (MinIO, MLMD).
We should explore using Velero for backing up the MinIO and MLMD PVCs, and not use kubectl+rsync. Note that for the MySQL databases we'll stick with the backup/restore juju actions.
With this we will have proven the E2E backup story, and use Velero for backing up all state that we can't via JuJu.
What needs to get done
We'll need to verify the following plan:
Deploy CKF, and run the KFP/MLflow example (wine)
Take a backup, with Velero, of the MinIO and MLMD PVCs
We can also try to take a backup of MySQL for this PoC, as it will be slightly faster
Context
Right now for our backup/restore story we have these 2 parts:
kubeflow
namespace stateFor the
kubeflow
namespace right now all our instructions need the admin to manually go and make the backup of the PVCs we need (MinIO, MLMD).We should explore using Velero for backing up the
MinIO
andMLMD
PVCs, and not usekubectl
+rsync
. Note that for the MySQL databases we'll stick with the backup/restore juju actions.With this we will have proven the E2E backup story, and use Velero for backing up all state that we can't via JuJu.
What needs to get done
We'll need to verify the following plan:
Then we'll test the restore:
kubeflow
modelkubeflow
via VeleroDefinition of Done
The text was updated successfully, but these errors were encountered: