Rewrite NFS Operator to use controller-runtime
- Mentors
- Ashish Ranjan, jbw976, Rohan
- Organization
- Cloud Native Computing Foundation (CNCF)
This project aims to implement controller-runtime for Rook nfs-operator and addresses several issues along with it. Currently, Rook nfs-operator only simply watches an event of CustomResource from an informer. Controller-runtime is a good library for building an operator which incorporates the best-practice controller principles.