Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
k8s
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e9669c69
authored
Aug 05, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 4-pv_pvc.yaml
1 parent
32fe4365
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
autodl_kpl_base/kpl-nfs/4-pv_pvc.yaml
autodl_kpl_base/kpl-nfs/4-pv_pvc.yaml
View file @
e9669c6
##################1#################
apiVersion
:
v1
apiVersion
:
v1
kind
:
PersistentVolume
kind
:
PersistentVolume
metadata
:
metadata
:
...
@@ -22,3 +23,53 @@ spec:
...
@@ -22,3 +23,53 @@ spec:
resources
:
resources
:
requests
:
requests
:
storage
:
100Gi
storage
:
100Gi
##################2#################
apiVersion
:
v1
kind
:
PersistentVolume
metadata
:
name
:
kpl-pv-2
spec
:
nfs
:
path
:
NFS_PATH_2
server
:
NFS_SERVER_2
accessModes
:
-
ReadWriteMany
capacity
:
storage
:
500Gi
---
kind
:
PersistentVolumeClaim
apiVersion
:
v1
metadata
:
name
:
kpl-pvc2
namespace
:
kpl
spec
:
accessModes
:
-
ReadWriteMany
resources
:
requests
:
storage
:
100Gi
##################3#################
apiVersion
:
v1
kind
:
PersistentVolume
metadata
:
name
:
kpl-pv3
spec
:
nfs
:
path
:
NFS_PATH_3
server
:
NFS_SERVER_3
accessModes
:
-
ReadWriteMany
capacity
:
storage
:
500Gi
---
kind
:
PersistentVolumeClaim
apiVersion
:
v1
metadata
:
name
:
kpl-pvc3
namespace
:
kpl
spec
:
accessModes
:
-
ReadWriteMany
resources
:
requests
:
storage
:
100Gi
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment