We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now the backup and restore guide is telling users to run the following commands to create a dump of the sqlite content of MLMD's PVC:
# CKF 1.8 MLMF_POD="mlmd-0" MLMD_CONTAINER="mlmd" kubectl exec -n kubeflow $MLMD_POD -c $MLMD_CONTAINER -- \ /bin/bash -c "apt update && apt install sqlite3 -y"
This has the following 2 drawbacks:
s3-interface
This will also need to take into account if MLMD should block receiving traffic when making the backup or not (scaling down the pebble service).
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5624.
This message was autogenerated
Sorry, something went wrong.
[PVCs]
No branches or pull requests
Context
Right now the backup and restore guide is telling users to run the following commands to create a dump of the sqlite content of MLMD's PVC:
This has the following 2 drawbacks:
What needs to get done
s3-interface
for thisThis will also need to take into account if MLMD should block receiving traffic when making the backup or not (scaling down the pebble service).
Definition of Done
The text was updated successfully, but these errors were encountered: