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

HOSTEDCP-1122: Etcd defrag controller #2869

Merged
merged 4 commits into from
Jan 2, 2024

Commits on Dec 21, 2023

  1. HOSTEDCP-1122: Add packages from CEO

    This adds etcdcli package from cluster-etcd-operator.
    This let us communicate with etcd through its API.
    imain committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    303d4ab View commit details
    Browse the repository at this point in the history
  2. HOSTEDCP-1122: etcd-defrag-controller implementation.

    This implements the defrag controller itself, using etcdcli and
    dnshelper.
    imain committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    dd525a0 View commit details
    Browse the repository at this point in the history
  3. HOSTEDCP-1122: etcd deployment for etcd-defrag-controller

    Add the deployment of etcd-defrag-controller to the etcd pods.
    Leader election keeps only 1 container in 1 pod active at a time.
    imain committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    59733b0 View commit details
    Browse the repository at this point in the history
  4. HOSTEDCP-1122: go mod vendor

    imain committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    57d2600 View commit details
    Browse the repository at this point in the history