Categorygithub.com/jooho/nfs-provisioner-operator
module
0.0.0-20221219164755-c4f040eaddae
Repository: https://github.com/jooho/nfs-provisioner-operator.git
Documentation: pkg.go.dev

# 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

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