Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
Remove provisioner versioning from efs,cephfs,nfs-client; use latest …
Browse files Browse the repository at this point in the history
…tag instead
  • Loading branch information
wongma7 committed Aug 8, 2017
1 parent c68256a commit 4556155
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 13 deletions.
3 changes: 0 additions & 3 deletions aws/efs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# efs-provisioner

[![Docker Repository on Quay](https://quay.io/repository/external_storage/efs-provisioner/status "Docker Repository on Quay")](https://quay.io/repository/external_storage/efs-provisioner)
```
quay.io/external_storage/efs-provisioner:v0.1.0
```

The efs-provisioner allows you to mount EFS storage as PersistentVolumes in kubernetes. It consists of a container that has access to an AWS [EFS](https://aws.amazon.com/efs/) resource. The container reads a configmap which contains the EFS filesystem ID, the AWS region and the name you want to use for your efs-provisioner. This name will be used later when you create a storage class.

Expand Down
2 changes: 1 addition & 1 deletion aws/efs/deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: efs-provisioner
image: quay.io/external_storage/efs-provisioner:v0.1.0
image: quay.io/external_storage/efs-provisioner:latest
env:
- name: FILE_SYSTEM_ID
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion aws/efs/deploy/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: efs-provisioner
image: quay.io/external_storage/efs-provisioner:v0.1.0
image: quay.io/external_storage/efs-provisioner:latest
env:
- name: FILE_SYSTEM_ID
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion aws/efs/deploy/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: efs-provisioner
image: quay.io/external_storage/efs-provisioner:v0.1.0
image: quay.io/external_storage/efs-provisioner:latest
env:
- name: PROVISIONER_NAME
value: "example.com/aws-efs"
Expand Down
3 changes: 0 additions & 3 deletions ceph/cephfs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# CephFS Volume Provisioner for Kubernetes 1.5+

[![Docker Repository on Quay](https://quay.io/repository/external_storage/cephfs-provisioner/status "Docker Repository on Quay")](https://quay.io/repository/external_storage/cephfs-provisioner)
```
quay.io/external_storage/cephfs-provisioner:v0.1.0
```

Using Ceph volume client

Expand Down
3 changes: 0 additions & 3 deletions nfs-client/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# kubernetes nfs-client-provisioner

[![Docker Repository on Quay](https://quay.io/repository/external_storage/nfs-client-provisioner/status "Docker Repository on Quay")](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}
Expand Down
2 changes: 1 addition & 1 deletion nfs-client/deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4556155

Please sign in to comment.