Skip to content

Commit

Permalink
Merge pull request kubernetes#76523 from msau42/csi-beta-e2e
Browse files Browse the repository at this point in the history
update to csi e2es to use official images
  • Loading branch information
k8s-ci-robot authored Apr 17, 2019
2 parents 7e2a427 + cb21282 commit 6c55e2d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rules:
# verbs: ["get", "list"]
- apiGroups: [""]
resources: ["persistentvolumes"]
verbs: ["get", "list", "watch", "update", "create", "delete"]
verbs: ["get", "list", "watch", "create", "delete"]
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["get", "list", "watch", "update"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: csi-attacher
containers:
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v1.0.1
image: quay.io/k8scsi/csi-attacher:v1.1.0
args:
- --v=5
- --csi-address=$(ADDRESS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: csi-provisioner
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.1.0-rc2
image: quay.io/k8scsi/csi-provisioner:v1.1.0
args:
- "--provisioner=csi-hostpath"
- "--csi-address=$(ADDRESS)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
hostNetwork: true
containers:
- name: driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.1
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
args:
- --v=5
- --csi-address=/csi/csi.sock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: csi-mock
containers:
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v1.0.1
image: quay.io/k8scsi/csi-attacher:v1.1.0
args:
- --v=5
- --csi-address=$(ADDRESS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: csi-mock
containers:
- name: csi-resizer
image: quay.io/k8scsi/csi-resizer:canary
image: quay.io/k8scsi/csi-resizer:v0.1.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
Expand Down
10 changes: 2 additions & 8 deletions test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ spec:
spec:
serviceAccountName: csi-mock
containers:


- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.0.1
image: quay.io/k8scsi/csi-provisioner:v1.1.0
args:
- "--provisioner=csi-hostpath"
- "--csi-address=$(ADDRESS)"
Expand All @@ -29,10 +27,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir


- name: driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.0.2
image: quay.io/k8scsi/csi-node-driver-registrar:v1.1.0
args:
- --v=5
- --csi-address=/csi/csi.sock
Expand All @@ -51,8 +47,6 @@ spec:
name: socket-dir
- mountPath: /registration
name: registration-dir


- name: mock
image: quay.io/k8scsi/mock-driver:v1.1.1
env:
Expand Down

0 comments on commit 6c55e2d

Please sign in to comment.