Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 655 Bytes

Configure Dynamic NFS storage Class

Install nfs-common package on kubernetes server(s)

sudo apt install nfs-common

Deploy NFS deployment

Create RBAC roles to configure persistent volumes

kubectl apply -f rbac.yml

Create Deployment for NFS provisioner

Before applying this deployment, change the NFS server IP address and path.

kubectl apply -f deployment.yml

Create Storage Class

kubectl apply -f storageclass.yml

Source :