Skip to content

0.10.12

Compare
Choose a tag to compare
@vcanaa vcanaa released this 11 Mar 21:55
· 46 commits to master since this release
b755f59

Allow selection of storage class provisioner in mpdev:

Introducing optional property storage_class_provisioner

Usage:
mpdev verify --deployer="$DEPLOYER" --wait_timeout="$WAIT_TIMEOUT" --image_pull_secret="$IMAGE_PULL_SECRET" --storage_class_provisioner=kubernetes.io/vsphere-volume

Supported values:
kubernetes.io/vsphere-volume
kubernetes.io/gce-pd

If no value is provided, kubernetes.io/gce-pd is used by default