Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nfs-subdir-external-provisioner
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
nfs-subdir-external-provisioner
Commits
185f3a36
Commit
185f3a36
authored
Aug 08, 2017
by
Matthew Wong
Committed by
kmova
Sep 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove provisioner versioning from efs,cephfs,nfs-client; use latest tag instead
(cherry picked from commit da48ed92e17edc5b2df12b93f1d88c02970a68c0)
parent
f54f61c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
README.md
README.md
+0
-3
deployment.yaml
deploy/deployment.yaml
+1
-1
No files found.
README.md
View file @
185f3a36
# kubernetes nfs-client-provisioner
[

](https://quay.io/repository/external_storage/nfs-client-provisioner)
```
quay.io/external_storage/nfs-client-provisioner:v2.0.0
```
-
pv provisioned as ${namespace}-${pvcName}-${pvName}
-
pv recycled as archieved-${namespace}-${pvcName}-${pvName}
...
...
deploy/deployment.yaml
View file @
185f3a36
...
...
@@ -13,7 +13,7 @@ spec:
spec
:
containers
:
-
name
:
nfs-client-provisioner
image
:
quay.io/external_storage/nfs-client-provisioner:
v2.0.0
image
:
quay.io/external_storage/nfs-client-provisioner:
latest
volumeMounts
:
-
name
:
nfs-client-root
mountPath
:
/persistentvolumes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment