Commit 76cafe8a by Matthew Wong Committed by kmova

Release nfs-client-provisioner v2.0.0

(cherry picked from commit ca3c75897cfcd71db9ff469b7a1f536d5bd00626)
parent 701dac18
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM alpine:3.5 FROM alpine:3.6
RUN apk update --no-cache && apk add ca-certificates RUN apk update --no-cache && apk add ca-certificates
COPY nfs-client-provisioner /nfs-client-provisioner COPY nfs-client-provisioner /nfs-client-provisioner
ENTRYPOINT ["/nfs-client-provisioner"] ENTRYPOINT ["/nfs-client-provisioner"]
# kubernetes nfs-client-provisioner # 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 provisioned as ${namespace}-${pvcName}-${pvName}
- pv recycled as archieved-${namespace}-${pvcName}-${pvName} - pv recycled as archieved-${namespace}-${pvcName}-${pvName}
......
...@@ -13,7 +13,7 @@ spec: ...@@ -13,7 +13,7 @@ spec:
spec: spec:
containers: containers:
- name: nfs-client-provisioner - name: nfs-client-provisioner
image: quay.io/external_storage/nfs-client-provisioner:v1 image: quay.io/external_storage/nfs-client-provisioner:v2.0.0
volumeMounts: volumeMounts:
- name: nfs-client-root - name: nfs-client-root
mountPath: /persistentvolumes mountPath: /persistentvolumes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment