Document URL: https://docs.openshift.com/container-platform/3.7/install_config/persistent_storage/dynamically_provisioning_pvs.html Section Number and Name: Basic StorageClass Object Definition Describe the issue: Missing instructions to create storageclass object. Suggestions for improvement: After kube 1.7 azure storage class has been revised, you need to specify the "kind: Dedicated" if you still want to use the azure storage class you created before upgrade, otherwise, add location in you azure conf to use the default "kind: Shared" and it will create few new storage accounts and keep using the new created ones. Eg. kind: StorageClass apiVersion: storage.k8s.io/v1beta1 metadata: name: "generic" annotations: storageclass.beta.kubernetes.io/is-default-class: "true" volume.beta.kubernetes.io/storage-class: "generic" volume.beta.kubernetes.io/storage-provisioner: kubernetes.io/azure-disk provisioner: kubernetes.io/azure-disk parameters: storageAccount: <> location: <> storageaccounttype: <> kind: dedicated Additional information: Changes needed for Documentation on OCP 3.7 and OCP 3.9 Refer to bug https://bugzilla.redhat.com/show_bug.cgi?id=1567610
@hgomes I am tracking this in https://github.com/openshift/openshift-docs/pull/9296. Please take a look at the PR.
@hgomes I am tracking this in https://github.com/openshift/openshift-docs/pull/9297. Please take a look at the PR.
The name of the location to create a VM in. An example for it, would be the value 'eastus' it refers to EAST-US. Reference. https://docs.microsoft.com/en-us/azure/azure-resource-manager/xplat-cli-azure-resource-manager
This update looks good to me.
Commit pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/8def71e87e22c4aacf6891cabfa85f630d7870f8 Merge pull request #9297 from gaurav-nelson/bug1576125-fixes Bug#1576125 - fixes - added note for handling changes in the azure storageclass
Changes are live now at https://docs.openshift.com/container-platform/3.7/install_config/persistent_storage/dynamically_provisioning_pvs.html#azure-advanced-disk