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

Debugging warnings in pss workflow #2866

Merged
merged 79 commits into from
Sep 27, 2024

Commits on Sep 2, 2024

  1. Debugging warnings in pss workflow

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7ab6e55 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Shifted order of applying patches to workflow

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0f00b27 View commit details
    Browse the repository at this point in the history
  2. Fixed linting

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a3fd0ed View commit details
    Browse the repository at this point in the history
  3. Increased timeout

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b239d2a View commit details
    Browse the repository at this point in the history
  4. Skip patching dynamic namespaces

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    13f5972 View commit details
    Browse the repository at this point in the history
  5. Remove debugging job

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    66f6493 View commit details
    Browse the repository at this point in the history
  6. Debugging by restarting deployments

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e8829c3 View commit details
    Browse the repository at this point in the history
  7. Removed redundant line from patch

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b22ced2 View commit details
    Browse the repository at this point in the history
  8. Replace restart with wait command

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ab29ecf View commit details
    Browse the repository at this point in the history
  9. Replace wait for all command with individual wait command

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    39bd95b View commit details
    Browse the repository at this point in the history
  10. Added wait command for pods in kubeflow namespace

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5f0741a View commit details
    Browse the repository at this point in the history
  11. Fixed linting

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cbed790 View commit details
    Browse the repository at this point in the history
  12. Separated wait commands for separate namespaces

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e00b5da View commit details
    Browse the repository at this point in the history
  13. Increased timeout to 600s

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    519fef4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Added wait commands in loop

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    928ffb9 View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b504f36 View commit details
    Browse the repository at this point in the history
  3. Debugging failing wait commands

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    363113c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Added log process in background

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    63821aa View commit details
    Browse the repository at this point in the history
  2. Fixed type

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c3a7798 View commit details
    Browse the repository at this point in the history
  3. Fixed typo

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    262c78c View commit details
    Browse the repository at this point in the history
  4. Added describe command

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9a21438 View commit details
    Browse the repository at this point in the history
  5. Added runAsUser to debug

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    86c9577 View commit details
    Browse the repository at this point in the history
  6. Added UID 1000 to all pods

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3db6583 View commit details
    Browse the repository at this point in the history
  7. Added single wait command

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    74eb10e View commit details
    Browse the repository at this point in the history
  8. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9ace6ac View commit details
    Browse the repository at this point in the history
  9. Removed background process

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    005500c View commit details
    Browse the repository at this point in the history
  10. Increased timeout

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    77f400a View commit details
    Browse the repository at this point in the history
  11. Retesting

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6f9d201 View commit details
    Browse the repository at this point in the history
  12. Removed UID from profile controller

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    241f948 View commit details
    Browse the repository at this point in the history
  13. Debugging profiles-controller

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a564ded View commit details
    Browse the repository at this point in the history
  14. Increased timeout for profiles-controller

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3de18f4 View commit details
    Browse the repository at this point in the history
  15. Pausing patch to profile-controller

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b7dd0bf View commit details
    Browse the repository at this point in the history
  16. Fixed indentation

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c5ccd37 View commit details
    Browse the repository at this point in the history
  17. Fixed error

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    94a351f View commit details
    Browse the repository at this point in the history
  18. Fixed error

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    17a35c4 View commit details
    Browse the repository at this point in the history
  19. Fixed error

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7f521f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Debugging cache-server

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    04fb9a7 View commit details
    Browse the repository at this point in the history
  2. Debugging cache-server

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    09e0c84 View commit details
    Browse the repository at this point in the history
  3. Increased timeout for cache-server

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    7492290 View commit details
    Browse the repository at this point in the history
  4. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    bd13b6d View commit details
    Browse the repository at this point in the history
  5. Deleting pods exclusively

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    5cc7aa6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Added GID

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    43f6b3b View commit details
    Browse the repository at this point in the history
  2. Debugging cache-server

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a495be7 View commit details
    Browse the repository at this point in the history
  3. Sleeping for 300s

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f496072 View commit details
    Browse the repository at this point in the history
  4. Updated GID to 1000

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    523febc View commit details
    Browse the repository at this point in the history
  5. Added GID to all pods

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cdbea53 View commit details
    Browse the repository at this point in the history
  6. Checking pods securityContext

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cb04ee9 View commit details
    Browse the repository at this point in the history
  7. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8448450 View commit details
    Browse the repository at this point in the history
  8. Debugging without IDs

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    233dc59 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4bbbdeb View commit details
    Browse the repository at this point in the history
  2. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9d8d641 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f31179a View commit details
    Browse the repository at this point in the history
  2. Added GID

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c4693b1 View commit details
    Browse the repository at this point in the history
  3. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d9b6250 View commit details
    Browse the repository at this point in the history
  4. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5a2f711 View commit details
    Browse the repository at this point in the history
  5. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c59a8f8 View commit details
    Browse the repository at this point in the history
  6. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8754c92 View commit details
    Browse the repository at this point in the history
  7. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5e8fd14 View commit details
    Browse the repository at this point in the history
  8. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    10a23ae View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    bce60a3 View commit details
    Browse the repository at this point in the history
  2. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9b95dc6 View commit details
    Browse the repository at this point in the history
  3. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a713a4c View commit details
    Browse the repository at this point in the history
  4. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    bb20a6b View commit details
    Browse the repository at this point in the history
  5. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    c2af245 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    d6ebc3f View commit details
    Browse the repository at this point in the history
  2. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    86c372c View commit details
    Browse the repository at this point in the history
  3. Added wait time for istio-cni test

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    b88fe8f View commit details
    Browse the repository at this point in the history
  4. Debugging

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    523f9a0 View commit details
    Browse the repository at this point in the history
  5. Increased timeout

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    2bd7e07 View commit details
    Browse the repository at this point in the history
  6. Added dynamic ns to pss_test

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    d0f3cc6 View commit details
    Browse the repository at this point in the history
  7. Fix lint

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    5743a1f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configured istio initContainer

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    65ec9f7 View commit details
    Browse the repository at this point in the history
  2. Fixed lint

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b00fe48 View commit details
    Browse the repository at this point in the history
  3. Added seccompProfile attribute for istio-proxy

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0cd0454 View commit details
    Browse the repository at this point in the history
  4. Adding PSS label to dynamic ns

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0cd2870 View commit details
    Browse the repository at this point in the history
  5. Reordered dynamic ns test

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f3cace5 View commit details
    Browse the repository at this point in the history
  6. Commented the dynamic ns tests

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2cb79fb View commit details
    Browse the repository at this point in the history
  7. Fix lint

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5ed56cf View commit details
    Browse the repository at this point in the history
  8. Removing debugging stuffs

    Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
    biswajit-9776 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e40311f View commit details
    Browse the repository at this point in the history