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

Add resource limits to restic init container #1677

Merged
merged 12 commits into from
Aug 5, 2019
Merged

Commits on Jul 31, 2019

  1. Add resource limits to restic init container

    Fixes vmware-tanzu#1201
    
    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    90b198f View commit details
    Browse the repository at this point in the history
  2. Start restic restore item action tests

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    e825141 View commit details
    Browse the repository at this point in the history
  3. Get initial tests for restore action working

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    73ffc9e View commit details
    Browse the repository at this point in the history
  4. Add new test case

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    10eaccb View commit details
    Browse the repository at this point in the history
  5. Move resource parsing into a shared function

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    7cef5fe View commit details
    Browse the repository at this point in the history
  6. Fetch request/limits from plugin's ConfigMap

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    c85d368 View commit details
    Browse the repository at this point in the history
  7. Use builders

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    9daf5da View commit details
    Browse the repository at this point in the history
  8. Use moved ParseResourceRequirements function

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    b640283 View commit details
    Browse the repository at this point in the history
  9. Move init container building inline

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    a138072 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Drop CPU limit down a bit and clarify error message

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    a1a82d2 View commit details
    Browse the repository at this point in the history
  2. Fix godoc

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    233798b View commit details
    Browse the repository at this point in the history
  3. Add resource requirements to doc

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    5b1cd85 View commit details
    Browse the repository at this point in the history