-
-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
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
Backup names do not include metadata.name
#253
Comments
Cool, not a problem. Could you just walk me through how you setup and test locally ? thanks |
Sure, EDIT: In order to get the project working locally you had to install kubebuilder. After cloning the repo in your go path (
If you want to test it in minikube or on a remote cluster, you can use skaffold
Note: skaffold will fail to publish images so you have to adapt the Hope this helps! Please let me know if something does not work or if you have any questions. |
PR submitted In order to get the project working locally I had to install kubebuilder globally https://book.kubebuilder.io/getting_started/installation_and_setup.html# |
Addressed by #257 |
Any release scheduled for soon ? |
We want to do a new release every two weeks. So the next version ( |
Currently the above backup would be named
mysql-cluster-<date>...
on s3.I think the name of the backup should be included in the name such as
mysql-cluster-baseline-<date>...
as it would provide a way to identify and differentiate backups.Or it can even be called
baseline-<date>...
as that is the name specified.In summary, a way to control what my snapshots are called would be nice
The text was updated successfully, but these errors were encountered: