-
Notifications
You must be signed in to change notification settings - Fork 893
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
[Feature] vela-apiserver supports mysql driver #4824
Labels
area/apiserver
APIServer related
effort/large
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Comments
For some reasons, mysql driver is needed:
|
@tangoliu |
oeular
added
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
effort/large
labels
Oct 5, 2022
In this issue, it will be much better to provide the API or vela-cli for migrating the metadata from kube-api to mysql, and it's optional for migrating from mongodb to mysql. |
duplicate with #3666 |
OK. But migrating the metadata among the mongodb, kube-api and mysql could be an independent feature. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/apiserver
APIServer related
effort/large
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
In vela-apiser, there are two drivers (kubeapi and mongodb) to save the metadata, and now mysql driver is needed.
The text was updated successfully, but these errors were encountered: