Release nfs-client-provisioner v2.0.0
This commit is contained in:
		
							parent
							
								
									dc0d53aa24
								
							
						
					
					
						commit
						ca3c75897c
					
				|  | @ -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"] | ||||
|  |  | |||
|  | @ -1,4 +1,10 @@ | |||
| # 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} | ||||
| 
 | ||||
|  |  | |||
|  | @ -13,7 +13,7 @@ spec: | |||
|     spec: | ||||
|       containers: | ||||
|         - 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: | ||||
|             - name: nfs-client-root | ||||
|               mountPath: /persistentvolumes | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue