Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

fix: CCDB secret rotation: set explicit resource limits #1420

Merged
merged 6 commits into from
Oct 2, 2020

Commits on Oct 1, 2020

  1. fix: chart: Set memory limit for CCDB key rotation

    We were failing in CI when attempting to rotate the CCDB keys; this
    turns out to be because were were getting OOMKilled.  It appears that
    the job needs more than 128Mi to complete (as in, 192Mi appears to work;
    intermediate values were not tested).  Set the limits for the process
    explicitly to hopefully fix CI.
    mook-as committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    6b81ba0 View commit details
    Browse the repository at this point in the history
  2. fix: chart: CCDB rotate: disable log sidecar

    The CCDB database key rotation job is a single-purpose job that doesn't
    require a log sidecar, as only one container has meaningful output, and
    it's not long-running.
    mook-as committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    5a12590 View commit details
    Browse the repository at this point in the history
  3. Don't error if the job has already been deleted

    Vlad Iovanov authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    42215ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9864e56 View commit details
    Browse the repository at this point in the history
  5. Don't try to cleanup the job

    Vlad Iovanov authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    bcb6df9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Log exit code to STDOUT

    jandubois committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    b173450 View commit details
    Browse the repository at this point in the history