• Kubernetes Submit Queue's avatar
    Merge pull request #67432 from lichuqiang/topo_provision_beta · 37b29297
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 67745, 67432, 67569, 67825, 67943). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md.
    
    Move volume dynamic provisioning scheduling to beta
    
    **What this PR does / why we need it**:
    
    *  Combine feature gate VolumeScheduling and DynamicProvisioningScheduling into one
    * Add allowedTopologies description in kubectl
    
    **Special notes for your reviewer**:
    Wait until related e2e and downside plugins are ready.
    
    /hold
    
    **Release note**:
    
    ```release-note
    Move volume dynamic provisioning scheduling to beta (ACTION REQUIRED: The DynamicProvisioningScheduling alpha feature gate has been removed. The VolumeScheduling beta feature gate is still required for this feature)
    ```
    37b29297
util_test.go 69.1 KB