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
76cafe8a
Commit
76cafe8a
authored
Jun 14, 2017
by
Matthew Wong
Committed by
kmova
Sep 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release nfs-client-provisioner v2.0.0
(cherry picked from commit ca3c75897cfcd71db9ff469b7a1f536d5bd00626)
parent
701dac18
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
Dockerfile
Dockerfile
+1
-1
README.md
README.md
+6
-0
deployment.yaml
deploy/deployment.yaml
+1
-1
No files found.
Dockerfile
View file @
76cafe8a
...
...
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM
alpine:3.
5
FROM
alpine:3.
6
RUN
apk update
--no-cache
&&
apk add ca-certificates
COPY
nfs-client-provisioner /nfs-client-provisioner
ENTRYPOINT
["/nfs-client-provisioner"]
README.md
View file @
76cafe8a
# 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 @
76cafe8a
...
...
@@ -13,7 +13,7 @@ spec:
spec
:
containers
:
-
name
:
nfs-client-provisioner
image
:
quay.io/external_storage/nfs-client-provisioner:v
1
image
:
quay.io/external_storage/nfs-client-provisioner:v
2.0.0
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