Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.46 KB

File metadata and controls

38 lines (28 loc) · 1.46 KB

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