# README
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
-
Storage Options
-
Development
The first steps, if you have all binaries.
go mod tidy
go mod vendor
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author