• Kubernetes Submit Queue's avatar
    Merge pull request #42829 from msau42/multizone_pv_tests · 1c64f31f
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 46972, 42829, 46799, 46802, 46844)
    
    Multizone static pv test
    
    **What this PR does / why we need it**:
    Adds an e2e test for checking that pods get scheduled to the same zone as statically created PVs.  This tests the PersistentVolumeLabel admission controller, which adds zone and region labels when PVs are created.  As part of this, I also had to make changes to volume test utility code to pass in a zone parameter for creating PDs, and also had to add an argument to the e2e test program to accept a list of zones.
    
    Fixes #46995
    
    **Special notes for your reviewer**:
    It's probably easier to review each commit separately.
    
    **Release note**:
    
    NONE
    1c64f31f
Name
Last commit
Last update
..
BUILD Loading commit data...
authorizer_util.go Loading commit data...
cleanup.go Loading commit data...
exec_util.go Loading commit data...
federation_util.go Loading commit data...
firewall_util.go Loading commit data...
framework.go Loading commit data...
get-kubemark-resource-usage.go Loading commit data...
google_compute.go Loading commit data...
ingress_utils.go Loading commit data...
jobs_util.go Loading commit data...
kubelet_stats.go Loading commit data...
log_size_monitoring.go Loading commit data...
metrics_util.go Loading commit data...
networking_utils.go Loading commit data...
nodes_util.go Loading commit data...
perf_util.go Loading commit data...
pods.go Loading commit data...
pv_util.go Loading commit data...
resource_usage_gatherer.go Loading commit data...
service_util.go Loading commit data...
size.go Loading commit data...
statefulset_utils.go Loading commit data...
test_context.go Loading commit data...
upgrade_util.go Loading commit data...
util.go Loading commit data...
volume_util.go Loading commit data...