k3s/examples/volumes/flexvolume/deploy
Cheng Xing 6dbfea1b80 Adding dummy and dummy-attachable example Flexvolume drivers; adding DaemonSet deployment example 2018-02-26 10:30:30 -08:00
..
Dockerfile
README.md
deploy.sh
ds.yaml

README.md

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.