Release nfs-client-provisioner v2.0.0
(cherry picked from commit ca3c75897c)
This commit is contained in:
parent
701dac1829
commit
76cafe8a6e
|
|
@ -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"]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,10 @@
|
||||||
# kubernetes nfs-client-provisioner
|
# 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 provisioned as ${namespace}-${pvcName}-${pvName}
|
||||||
- pv recycled as archieved-${namespace}-${pvcName}-${pvName}
|
- pv recycled as archieved-${namespace}-${pvcName}-${pvName}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue