Skip to content

Commit e9646b0

Browse files
mayankKiran Mova
authored andcommitted
chore(workflow): NFS Volume provision/delete workflow
Signed-off-by: mayank <[email protected]>
1 parent 0b29bf7 commit e9646b0

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

docs/nfs-volume-create.png

45.7 KB
Loading

docs/nfs-volume-delete.png

43.6 KB
Loading

docs/workflow.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Dynamic NFS Provisioner Workflow
2+
3+
## Overview
4+
Dynamic NFS Provisioner provides a way to provide shared storage to Kubernetes containers. Dynamic NFS Provisioner uses NFS utilities to expose Kubernetes Volume
5+
which can be mounted in different or same node machine using NFS Client.
6+
This document describes volume provisioning and deletion flow for Dynamic NFS Provisioner.
7+
8+
9+
## Provisioning
10+
Below diagram describe the NFS Volume provisioning workflow.
11+
12+
![provisioning-workflow](nfs-volume-create.png)
13+
14+
15+
16+
## Delete
17+
Below diagram describe the NFS Volume deletion workflow.
18+
19+
![delete-workflow](nfs-volume-delete.png)

0 commit comments

Comments
 (0)