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

support gRPC communication between primary and secondary mantle controllers #32

Merged
merged 3 commits into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. support gRPC communication between primary and secondary mantle contr…

    …ollers
    
    This commit allows a mantle-controller to serve as one of standalone,
    primary, or secondary mode. This commit doesn't have any e2e test's
    update and it will land on in the following commits.
    
    Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
    ushitora-anqou committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f0f826a View commit details
    Browse the repository at this point in the history
  2. move all e2e tests to singlek8s package

    All of the e2e tests we currently have are written for a single
    Kubernetes cluster. This commit moves them into a `singlek8s` package.
    
    Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
    ushitora-anqou committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bd1f07e View commit details
    Browse the repository at this point in the history
  3. add simple e2e tests for replication

    Signed-off-by: Ryotaro Banno <ryotaro.banno@gmail.com>
    ushitora-anqou committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cdcc238 View commit details
    Browse the repository at this point in the history