ceph-csi/vendor/k8s.io/kubernetes/examples/volumes/flexvolume/deploy
Serguei Bezverkhi e9033989a0 vendor updates
2018-03-07 11:43:06 -05:00
..
deploy.sh vendor updates 2018-03-07 11:43:06 -05:00
Dockerfile vendor updates 2018-03-07 11:43:06 -05:00
ds.yaml vendor updates 2018-03-07 11:43:06 -05:00
README.md vendor updates 2018-03-07 11:43:06 -05:00

This directory contains an example of the DaemonSet Flexvolume driver deployment method. See documentation here.

Steps to use the DaemonSet deployment method:

  1. Copy the Flexvolume driver to drivers directory. To get a basic example running, copy the dummy driver from the parent directory.
  2. If you'd like to just get a basic example running, you could skip this step. Otherwise, change the places marked with TODO in all files.
  3. Build the deployment Docker image and upload to your container registry.
  4. Create the DaemonSet.