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

ETCD-636: add automated backup sidecar #1287

Closed
wants to merge 22 commits into from

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    23f4dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dea950 View commit details
    Browse the repository at this point in the history
  3. extract backup specs

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3834e36 View commit details
    Browse the repository at this point in the history
  4. split backup procedure

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4f43535 View commit details
    Browse the repository at this point in the history
  5. update go mod sum

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    eb7ebe1 View commit details
    Browse the repository at this point in the history
  6. add scheduling

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5f88f3c View commit details
    Browse the repository at this point in the history
  7. add vendor

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0ae4b22 View commit details
    Browse the repository at this point in the history
  8. add prune schedule

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4c8ff99 View commit details
    Browse the repository at this point in the history
  9. add unit test

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9181812 View commit details
    Browse the repository at this point in the history
  10. remove copy backup

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    371fad6 View commit details
    Browse the repository at this point in the history
  11. add scheduling opts

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e6e335a View commit details
    Browse the repository at this point in the history
  12. expose PruneOpts

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    726bcbe View commit details
    Browse the repository at this point in the history
  13. add subcmd

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b288cc0 View commit details
    Browse the repository at this point in the history
  14. bump go.mod

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c631a66 View commit details
    Browse the repository at this point in the history
  15. bump go mod sum

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    19d4099 View commit details
    Browse the repository at this point in the history
  16. use cron daemon

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9987b56 View commit details
    Browse the repository at this point in the history
  17. add vendor

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    26deca1 View commit details
    Browse the repository at this point in the history
  18. add sidecar container

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a960611 View commit details
    Browse the repository at this point in the history
  19. use in-cluster config

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a7d9e5c View commit details
    Browse the repository at this point in the history
  20. remove kube-api-access cm

    Elbehery committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    53c0a49 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4c9ccc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. reconcile default backup CR

    Elbehery committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b4f9919 View commit details
    Browse the repository at this point in the history