flex/

directory
v3.0.0-beta.2+incompat... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2017 License: Apache-2.0

README

Kubernetes external FLEX provisioner

This is an example external provisioner for kubernetes meant for use with FLEX based volume plugins. The provisioner runs in a pod, so the shell script which provisions/deletes the volumes must also be included in the POD's container (and not on the host).

First Steps

Before building and packaging this, you need to include the shell script which flex will use for provisioning. The shell script path must match what's in the provisioning container.

The current example is in flex/deploy/docker and is specified in examples/pod-provisioner.yaml here: - "-execCommand=/opt/storage/flex-provision.sh" If you copy in a new file or change the path, update the flag in the pod yaml.

To Build

make

To Deploy

You can use the example provisioner pod to deploy kubectl create -f examples/pod-provisioner.yaml

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL