Azure Course Labs

Lab Hints

You’ll need to look at the API documentation for PersistentVolumeClaims. There are two fields you need to set in your new YAML file - one says how many nodes can access the PVC, and the other says the name of the storage class to use.

Need more? Here’s the solution.