Skip to content

Commit

Permalink
Merge pull request #85 from leakingtapan/readme
Browse files Browse the repository at this point in the history
Update readme and manifest
  • Loading branch information
Cheng Pan committed Sep 13, 2019
2 parents 2587f93 + 5faf57a commit a9ba418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/manifest.yaml
Expand Up @@ -25,7 +25,7 @@ spec:
- name: efs-plugin
securityContext:
privileged: true
image: amazon/aws-efs-csi-driver:latest
image: amazon/aws-efs-csi-driver:v0.2.0
imagePullPolicy: Always
args:
- --endpoint=$(CSI_ENDPOINT)
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -2,7 +2,7 @@
[![Coverage Status](https://coveralls.io/repos/github/kubernetes-sigs/aws-efs-csi-driver/badge.svg?branch=master)](https://coveralls.io/github/kubernetes-sigs/aws-efs-csi-driver?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/kubernetes-sigs/aws-efs-csi-driver)](https://goreportcard.com/report/github.com/kubernetes-sigs/aws-efs-csi-driver)

**WARNING**: This driver is currently an ALPHA release. This means that there may potentially be backwards compatible breaking changes moving forward. Do NOT use this driver in a production environment in its current state.
**NOTE**: This driver is currently in Beta release and should not be used in performance critical applications.

## Amazon EFS CSI Driver

Expand Down
2 changes: 1 addition & 1 deletion hack/run-e2e-test
Expand Up @@ -77,7 +77,7 @@ done;


echo "Deploying driver"
cat deploy/kubernetes/manifest.yaml | sed s,amazon/aws-efs-csi-driver:latest,$IMAGE_NAME:$IMAGE_TAG, > $TEST_DIR/manifest.yaml
cat deploy/kubernetes/manifest.yaml | sed s,amazon/aws-efs-csi-driver:.*,$IMAGE_NAME:$IMAGE_TAG, > $TEST_DIR/manifest.yaml
kubectl apply -f $TEST_DIR/manifest.yaml

echo "Creating EFS file system"
Expand Down

0 comments on commit a9ba418

Please sign in to comment.