Skip to content

Jooho/nfs-provisioner-operator

Repository files navigation

NFS Provisioner Go Operator

This operator deploy NFS server with serveral storage options and also provide provisioner for storageClass.

Core Capabilities

  • NFS Server: Deployed
  • NFS Provisioner: Help customers to create PV using StorageClass
  • StorageClass: Dynamically create PV for requested PVC

NFS Provisioner Operator Features

  • NFS Server can use localStorage PVC or HostPath on the node

Originally, this operator is created for sharing how to develop operator by Jooho Lee. This is the full tutorial page

Documentation

The first steps, if you have all binaries.

go mod tidy
go mod vendor