Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
6c55e2d2
Unverified
Commit
6c55e2d2
authored
Apr 17, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Apr 17, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #76523 from msau42/csi-beta-e2e
update to csi e2es to use official images
parents
7e2a427b
cb212821
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
14 deletions
+8
-14
rbac.yaml
...ting-manifests/storage-csi/external-provisioner/rbac.yaml
+1
-1
csi-hostpath-attacher.yaml
.../storage-csi/hostpath/hostpath/csi-hostpath-attacher.yaml
+1
-1
csi-hostpath-provisioner.yaml
...orage-csi/hostpath/hostpath/csi-hostpath-provisioner.yaml
+1
-1
csi-hostpathplugin.yaml
...sts/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml
+1
-1
csi-mock-driver-attacher.yaml
...-manifests/storage-csi/mock/csi-mock-driver-attacher.yaml
+1
-1
csi-mock-driver-resizer.yaml
...g-manifests/storage-csi/mock/csi-mock-driver-resizer.yaml
+1
-1
csi-mock-driver.yaml
...e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml
+2
-8
No files found.
test/e2e/testing-manifests/storage-csi/external-provisioner/rbac.yaml
View file @
6c55e2d2
...
@@ -28,7 +28,7 @@ rules:
...
@@ -28,7 +28,7 @@ rules:
# verbs: ["get", "list"]
# verbs: ["get", "list"]
-
apiGroups
:
[
"
"
]
-
apiGroups
:
[
"
"
]
resources
:
[
"
persistentvolumes"
]
resources
:
[
"
persistentvolumes"
]
verbs
:
[
"
get"
,
"
list"
,
"
watch"
,
"
update"
,
"
create"
,
"
delete"
]
verbs
:
[
"
get"
,
"
list"
,
"
watch"
,
"
create"
,
"
delete"
]
-
apiGroups
:
[
"
"
]
-
apiGroups
:
[
"
"
]
resources
:
[
"
persistentvolumeclaims"
]
resources
:
[
"
persistentvolumeclaims"
]
verbs
:
[
"
get"
,
"
list"
,
"
watch"
,
"
update"
]
verbs
:
[
"
get"
,
"
list"
,
"
watch"
,
"
update"
]
...
...
test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-attacher.yaml
View file @
6c55e2d2
...
@@ -30,7 +30,7 @@ spec:
...
@@ -30,7 +30,7 @@ spec:
serviceAccountName
:
csi-attacher
serviceAccountName
:
csi-attacher
containers
:
containers
:
-
name
:
csi-attacher
-
name
:
csi-attacher
image
:
quay.io/k8scsi/csi-attacher:v1.
0.1
image
:
quay.io/k8scsi/csi-attacher:v1.
1.0
args
:
args
:
-
--v=5
-
--v=5
-
--csi-address=$(ADDRESS)
-
--csi-address=$(ADDRESS)
...
...
test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-provisioner.yaml
View file @
6c55e2d2
...
@@ -30,7 +30,7 @@ spec:
...
@@ -30,7 +30,7 @@ spec:
serviceAccountName
:
csi-provisioner
serviceAccountName
:
csi-provisioner
containers
:
containers
:
-
name
:
csi-provisioner
-
name
:
csi-provisioner
image
:
quay.io/k8scsi/csi-provisioner:v1.1.0
-rc2
image
:
quay.io/k8scsi/csi-provisioner:v1.1.0
args
:
args
:
-
"
--provisioner=csi-hostpath"
-
"
--provisioner=csi-hostpath"
-
"
--csi-address=$(ADDRESS)"
-
"
--csi-address=$(ADDRESS)"
...
...
test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpathplugin.yaml
View file @
6c55e2d2
...
@@ -15,7 +15,7 @@ spec:
...
@@ -15,7 +15,7 @@ spec:
hostNetwork
:
true
hostNetwork
:
true
containers
:
containers
:
-
name
:
driver-registrar
-
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
:
args
:
-
--v=5
-
--v=5
-
--csi-address=/csi/csi.sock
-
--csi-address=/csi/csi.sock
...
...
test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-attacher.yaml
View file @
6c55e2d2
...
@@ -15,7 +15,7 @@ spec:
...
@@ -15,7 +15,7 @@ spec:
serviceAccountName
:
csi-mock
serviceAccountName
:
csi-mock
containers
:
containers
:
-
name
:
csi-attacher
-
name
:
csi-attacher
image
:
quay.io/k8scsi/csi-attacher:v1.
0.1
image
:
quay.io/k8scsi/csi-attacher:v1.
1.0
args
:
args
:
-
--v=5
-
--v=5
-
--csi-address=$(ADDRESS)
-
--csi-address=$(ADDRESS)
...
...
test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-resizer.yaml
View file @
6c55e2d2
...
@@ -15,7 +15,7 @@ spec:
...
@@ -15,7 +15,7 @@ spec:
serviceAccountName
:
csi-mock
serviceAccountName
:
csi-mock
containers
:
containers
:
-
name
:
csi-resizer
-
name
:
csi-resizer
image
:
quay.io/k8scsi/csi-resizer:
canary
image
:
quay.io/k8scsi/csi-resizer:
v0.1.0
args
:
args
:
-
"
--v=5"
-
"
--v=5"
-
"
--csi-address=$(ADDRESS)"
-
"
--csi-address=$(ADDRESS)"
...
...
test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml
View file @
6c55e2d2
...
@@ -14,10 +14,8 @@ spec:
...
@@ -14,10 +14,8 @@ spec:
spec
:
spec
:
serviceAccountName
:
csi-mock
serviceAccountName
:
csi-mock
containers
:
containers
:
-
name
:
csi-provisioner
-
name
:
csi-provisioner
image
:
quay.io/k8scsi/csi-provisioner:v1.
0.1
image
:
quay.io/k8scsi/csi-provisioner:v1.
1.0
args
:
args
:
-
"
--provisioner=csi-hostpath"
-
"
--provisioner=csi-hostpath"
-
"
--csi-address=$(ADDRESS)"
-
"
--csi-address=$(ADDRESS)"
...
@@ -29,10 +27,8 @@ spec:
...
@@ -29,10 +27,8 @@ spec:
volumeMounts
:
volumeMounts
:
-
mountPath
:
/csi
-
mountPath
:
/csi
name
:
socket-dir
name
:
socket-dir
-
name
:
driver-registrar
-
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
:
args
:
-
--v=5
-
--v=5
-
--csi-address=/csi/csi.sock
-
--csi-address=/csi/csi.sock
...
@@ -51,8 +47,6 @@ spec:
...
@@ -51,8 +47,6 @@ spec:
name
:
socket-dir
name
:
socket-dir
-
mountPath
:
/registration
-
mountPath
:
/registration
name
:
registration-dir
name
:
registration-dir
-
name
:
mock
-
name
:
mock
image
:
quay.io/k8scsi/mock-driver:v1.1.1
image
:
quay.io/k8scsi/mock-driver:v1.1.1
env
:
env
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment