• Kubernetes Submit Queue's avatar
    Merge pull request #31617 from jsafrane/default-storage-class · 85ff5559
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Deploy a default StorageClass instance on AWS and GCE
    
    This needs a newer kubectl in kube-addons-manager container. It's quite tricky to test as I cannot push new container image to gcr.io and I must copy the newer container manually.
    
    cc @kubernetes/sig-storage
    
    **Release note**:
    ```release-note
    Kubernetes now installs a default StorageClass object when deployed on AWS, GCE and
    OpenStack with kube-up.sh scripts. This StorageClass will automatically provision
    a PeristentVolume in corresponding cloud for a PersistentVolumeClaim that cannot be
    satisfied by any existing matching PersistentVolume in Kubernetes.
    
    To override this default provisioning, administrators must manually delete this default StorageClass.
    ```
    85ff5559
Name
Last commit
Last update
..
configure-helper.sh Loading commit data...
configure.sh Loading commit data...
helper.sh Loading commit data...
master-helper.sh Loading commit data...
master.yaml Loading commit data...
node-helper.sh Loading commit data...
node.yaml Loading commit data...