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
In #12054 we changed the docker images to default to MySQL 8.0. However, the example still has
mysql56Compatible: vitess/lite:v16.0.0-rc1
We need to change this to
mysql80Compatible: vitess/lite:v16.0.0-rc1
Also, the operator.yaml file is outdated. We also need to fix the yaml files to not pass the enforceSemiSync field when it is removed.
enforceSemiSync
Run the operator example from https://github.com/vitessio/vitess/tree/main/examples/operator/
main
any
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Overview of the Issue
In #12054 we changed the docker images to default to MySQL 8.0. However, the example still has
We need to change this to
Also, the operator.yaml file is outdated. We also need to fix the yaml files to not pass the
enforceSemiSync
field when it is removed.Reproduction Steps
Run the operator example from
https://github.com/vitessio/vitess/tree/main/examples/operator/
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: