• Kubernetes Submit Queue's avatar
    Merge pull request #54459 from andyzhangx/azure-change-default-pv-kind · d85fd8b2
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 53730, 51608, 54459, 54534, 54585). 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>.
    
    fix azure storage account num exhausting issue
    
    **What this PR does / why we need it**:
    If customer is using the default storage class of azure-disk, create lots of azure disk pvs by using default storage class of azure-disk, the storage account num would be exhausted in the azure subscription. Change default `kind` value of azure disk storge class from `Dedicated` to `Shared`, which means only a few storage accounts would be created even there are even hundreds of azure disk PVs.
    
    **Which issue this PR fixes**:
    fixes #54669
    fix storage account num exhausting issue when lots of azure disk pvs are created by using the default storage class of azure-disk
    
    **Special notes for your reviewer**:
    fix azure storage account num exhausting issue when lots of azure disk pvs are created by using the default storage class of azure-disk
    I would suggest also cherry pick this fix to v1.7, v1.8
    
    **Release note**:
    
    ```
    fix azure storage account num exhausting issue
    ```
    
    /sig azure
    @karataliu @rootfs @brendanburns
    d85fd8b2
Name
Last commit
Last update
..
api Loading commit data...
apimachinery/tests Loading commit data...
apis Loading commit data...
auth Loading commit data...
bootstrap/api Loading commit data...
capabilities Loading commit data...
client Loading commit data...
cloudprovider Loading commit data...
controller Loading commit data...
credentialprovider Loading commit data...
features Loading commit data...
fieldpath Loading commit data...
generated Loading commit data...
hyperkube Loading commit data...
kubeapiserver Loading commit data...
kubectl Loading commit data...
kubelet Loading commit data...
kubemark Loading commit data...
master Loading commit data...
printers Loading commit data...
probe Loading commit data...
proxy Loading commit data...
quota Loading commit data...
registry Loading commit data...
routes Loading commit data...
security Loading commit data...
securitycontext Loading commit data...
serviceaccount Loading commit data...
ssh Loading commit data...
util Loading commit data...
version Loading commit data...
volume Loading commit data...
watch Loading commit data...
.import-restrictions Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...