k3s/examples/volumes/azure_disk
Tim Hockin b0fa2056a6 Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
..
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
azure.yaml

README.md

How to Use it?

On Azure VM, create a Pod using the volume spec based on azure.

In the pod, you need to provide the following information:

  • diskName: (required) the name of the VHD blob object.
  • diskURI: (required) the URI of the vhd blob object.
  • cachingMode: (optional) disk caching mode. Must be one of None, ReadOnly, or ReadWrite. Default is None.
  • fsType: (optional) the filesytem type to mount. Default is ext4.
  • readOnly: (optional) whether the filesystem is used as readOnly. Default is false.

Launch the Pod:

    # kubectl create -f examples/volumes/azure_disk/azure.yaml

Analytics