• Kubernetes Submit Queue's avatar
    Merge pull request #40910 from justinsb/fix_35695 · b5d010d6
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 41667, 41820, 40910, 41645, 41361)
    
    Allow multiple mounts in StatefulSet volume zone placement
    
    We have some heuristics that ensure that volumes (and hence stateful set
    pods) are spread out across zones.  Sadly they forgot to account for
    multiple mounts.  This PR updates the heuristic to ignore the mount name
    when we see something that looks like a statefulset volume, thus
    ensuring that multiple mounts end up in the same AZ.
    
    Fix #35695
    
    ```release-note
    Fix zone placement heuristics so that multiple mounts in a StatefulSet pod are created in the same zone
    ```
    b5d010d6
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
stateful_pod_control.go Loading commit data...
stateful_pod_control_test.go Loading commit data...
stateful_set.go Loading commit data...
stateful_set_control.go Loading commit data...
stateful_set_control_test.go Loading commit data...
stateful_set_test.go Loading commit data...
stateful_set_utils.go Loading commit data...
stateful_set_utils_test.go Loading commit data...