Merge pull request #30859 from wojtek-t/allow_custom_etcd_in_e2e

Automatic merge from submit-queue

Add possibility to run non-default etcd image in tests

Ref #20504

@lavalamp @hongchaodeng @timothysc - FYI
This commit is contained in:
Kubernetes Submit Queue
2016-08-20 09:32:35 -07:00
committed by GitHub
6 changed files with 24 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
"containers":[
{
"name": "etcd-container",
"image": "gcr.io/google_containers/etcd:3.0.4",
"image": "gcr.io/google_containers/etcd:{{ pillar.get('etcd_docker_tag', '3.0.4') }}",
"resources": {
"requests": {
"cpu": {{ cpulimit }}