mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
ci: use canary csi-provisioner image to test different sc clones
This commit is added to use canary csi-provisioner image to test different sc pvc-pvc cloning feature, which is not yet present in released versions. refer: https://github.com/kubernetes-csi/external-provisioner/pull/699 Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
badcac38d3
commit
c880061882
@ -199,8 +199,12 @@ provisioner:
|
||||
|
||||
provisioner:
|
||||
image:
|
||||
repository: registry.k8s.io/sig-storage/csi-provisioner
|
||||
tag: v3.1.0
|
||||
# TODO: replace with released image version.
|
||||
# canary image is being to be used to test pvc-pvc clone
|
||||
# with differe sc feature.
|
||||
# see: https://github.com/kubernetes-csi/external-provisioner/pull/699
|
||||
repository: gcr.io/k8s-staging-sig-storage/csi-provisioner
|
||||
tag: canary
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
|
||||
|
@ -47,7 +47,11 @@ spec:
|
||||
priorityClassName: system-cluster-critical
|
||||
containers:
|
||||
- name: csi-provisioner
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v3.1.0
|
||||
# TODO: replace with released image version.
|
||||
# Canary image is being to be used to test pvc-pvc clone
|
||||
# with differe sc feature.
|
||||
# see: https://github.com/kubernetes-csi/external-provisioner/pull/699
|
||||
image: gcr.io/k8s-staging-sig-storage/csi-provisioner:canary
|
||||
args:
|
||||
- "--csi-address=$(ADDRESS)"
|
||||
- "--v=5"
|
||||
|
Loading…
Reference in New Issue
Block a user