Skip to content
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

[nova] Add ProxySQL side-cars #3579

Merged
merged 1 commit into from
Jul 22, 2022
Merged

[nova] Add ProxySQL side-cars #3579

merged 1 commit into from
Jul 22, 2022

Commits on Jul 22, 2022

  1. [nova] Add ProxySQL side-cars

    Since nova stores & reads the db url from the database,
    one cannot simply set proxysql.mode=unix_socket,
    as first all pods need to have a proxysql sidecar.
    First one needs to roll-out with
      proxysql.mode=host_alias
    and after all pods with db access have a proxysql sidecar,
    one can switch with second deployment to unix_socket
    fwiesel committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    a4d1d06 View commit details
    Browse the repository at this point in the history