• Kubernetes Submit Queue's avatar
    Merge pull request #40879 from copejon/pv-e2e-unique-nfs-vol · b1e669ca
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 40289, 40877, 40879, 39972, 40942)
    
    PV E2E: provide each spec with a fresh nfs host
    
    **What this PR does / why we need it**:
    PersistentVolume e2e currently reuses an NFS host pod created at the start of the suite and accessed by each test.  This is far less favorable than using a fresh volume per test.  Additionally, this guards against the volume host pod or it's kubelet being disrupted, which has led to flakes.
    
    ```release-note-none
    ```
    b1e669ca
persistent_volumes-disruptive.go 8.65 KB