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

best-practices+karpenter+other: Enhance policies by iterating over all container types #1054

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jul 15, 2024

  1. multi: iterate all container types

    In this commit, we ensure policies apply to `ephemeralContainers`,
    `initContainers`, and `containers`.
    
    Signed-off-by: Mohamed Awnallah <[email protected]>
    mohamedawnallah committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1d38f8a View commit details
    Browse the repository at this point in the history
  2. multi: compute sha256 of changed policies

    In this commit, we compute sha256 of the changed
    policies using `sha256sum` utility for integrity.
    
    Signed-off-by: Mohamed Awnallah <[email protected]>
    mohamedawnallah committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    428be01 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    114190c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    e3fe18b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    957c03f View commit details
    Browse the repository at this point in the history