• Kubernetes Submit Queue's avatar
    Merge pull request #42974 from vmware/VSANPolicyProvisioningForKubernetesOnKubernetesRepo · 38431080
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 42835, 42974)
    
    VSAN policy support for storage volume provisioning inside kubernetes
    
    The vsphere users will have the ability to specify custom Virtual SAN Storage Capabilities during dynamic volume provisioning. You can now define storage requirements, such as performance and availability, in the form of storage capabilities during dynamic volume provisioning. The storage capability requirements are converted into a Virtual SAN policy which are then pushed down to the Virtual SAN layer when a storage volume (virtual disk) is being created. The virtual disk is distributed across the Virtual SAN datastore to meet the requirements.
    
    For example, User creates a storage class with VSAN storage capabilities:
    
    > kind: StorageClass
    > apiVersion: storage.k8s.io/v1beta1
    > metadata:
    >   name: slow
    > provisioner: kubernetes.io/vsphere-volume
    > parameters:
    >   hostFailuresToTolerate: "2"
    >   diskStripes: "1"
    >   cacheReservation: "20"
    >   datastore: VSANDatastore
    
    The vSphere Cloud provider provisions a virtual disk (VMDK) on VSAN with the policy configured to the disk.
    
    When you know storage requirements of your application that is being deployed on a container, you can specify these storage capabilities when you create a storage class inside Kubernetes.
    
    @pdhamdhere @tthole @abrarshivani @divyenpatel 
    
    **Release note**:
    
    ```release-note
    None
    ```
    38431080
Name
Last commit
Last update
..
cluster-dns Loading commit data...
cockroachdb Loading commit data...
elasticsearch Loading commit data...
explorer Loading commit data...
guestbook Loading commit data...
guestbook-go Loading commit data...
https-nginx Loading commit data...
javaee Loading commit data...
javaweb-tomcat-sidecar Loading commit data...
job Loading commit data...
k8petstore Loading commit data...
kubectl-container Loading commit data...
meteor Loading commit data...
mysql-cinder-pd Loading commit data...
mysql-wordpress-pd Loading commit data...
newrelic Loading commit data...
nodesjs-mongodb Loading commit data...
oms Loading commit data...
openshift-origin Loading commit data...
persistent-volume-provisioning Loading commit data...
phabricator Loading commit data...
podsecuritypolicy/rbac Loading commit data...
runtime-constraints Loading commit data...
selenium Loading commit data...
sharing-clusters Loading commit data...
spark Loading commit data...
storage Loading commit data...
storm Loading commit data...
sysdig-cloud Loading commit data...
volumes Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
doc.go Loading commit data...
examples_test.go Loading commit data...
guidelines.md Loading commit data...
pod Loading commit data...
scheduler-policy-config-with-extender.json Loading commit data...
scheduler-policy-config.json Loading commit data...
simple-nginx.md Loading commit data...