• Kubernetes Submit Queue's avatar
    Merge pull request #66921 from mgdevstack/NodeConformance-InitContainer · 1b033f64
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 58058, 67033, 66921, 66956). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Promoting InitContainer [NodeConformance] e2e tests for Conformance
    
    **What this PR does / why we need it**:
    
    1. Promotes mentioned 4 InitContainer [NodeConformance] tests for Conformance
    2. Validates different PodPhases effectively
    3. Improves API coverage mentioned in #66124 .
    
    E2E tests -
    1. InitContainer [NodeConformance] should invoke init containers on a RestartNever pod
    2. InitContainer [NodeConformance] should invoke init containers on a RestartAlways pod
    3. InitContainer [NodeConformance] should not start app containers if init containers fail on a RestartAlways pod
    4. InitContainer [NodeConformance] should not start app containers and fail the pod if init containers fail on a RestartNever pod
    
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    Fixes #66124 
    
    **Special notes for your reviewer**:
    
    
    **Release note**:
    
    ```release-note
    NONE
    ```
    /area conformance
    @kubernetes/sig-node-pr-reviews
    1b033f64
Name
Last commit
Last update
..
testdata Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
cf_header.md Loading commit data...
conformance_test.sh Loading commit data...
walk.go Loading commit data...
walk_test.go Loading commit data...