mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #61597 from ianchakeres/e2e-lv-prov-2.1
Automatic merge from submit-queue (batch tested with PRs 60455, 61365, 61375, 61597, 61491). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Updated lv-provisioner image to v2.1.0 in e2e tests **What this PR does / why we need it**: This PR updates the [local volume provisioner](https://github.com/kubernetes-incubator/external-storage/tree/master/local-volume) to v2.1.0 in the e2e tests for k8s v1.10. **Which issue(s) this PR fixes**: Fixes #61596 **Special notes for your reviewer**: The following commands can be used to perform these tests: ``` $ make WHAT=test/e2e/e2e.test $ KUBE_FEATURE_GATES="BlockVolume=true" NUM_NODES=1 go run hack/e2e.go -- --up $ go run hack/e2e.go -- --test --test_args='--ginkgo.focus=PersistentVolumes-local.*Local.*volume.*provisioner’ ``` **Release note**: ```release-note NONE ```
This commit is contained in:
commit
0874c5424a
@ -122,7 +122,7 @@ const (
|
||||
// volumeConfigName is the configmap passed to bootstrapper and provisioner
|
||||
volumeConfigName = "local-volume-config"
|
||||
// provisioner image used for e2e tests
|
||||
provisionerImageName = "quay.io/external_storage/local-volume-provisioner:v2.0.0"
|
||||
provisionerImageName = "quay.io/external_storage/local-volume-provisioner:v2.1.0"
|
||||
// provisioner daemonSetName name
|
||||
daemonSetName = "local-volume-provisioner"
|
||||
// provisioner default mount point folder
|
||||
|
Loading…
Reference in New Issue
Block a user