Skip to content

Commit

Permalink
Experimental etcd image for 5k node scalability tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed May 19, 2019
1 parent c9d243a commit 1918203
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ periodics:
# TODO(mborsz): Adjust or remove this change once we understand coredns
# memory usage regression.
- --env=DNS_MEMORY_LIMIT=300Mi
# TODO(wojtek-t): Remove once we confirm the impact.
# That etcd image has an experimental support for concurrent reads
# and should visibly help with issues we observer in density test.
- --env=ETCD_DOCKER_REPOSITORY=gcr.io/jingyih-gke-dev/etcd-amd64
- --env=ETCD_IMAGE=v3.3.10-experimental.2
- --extract=ci/latest
- --gcp-nodes=5000
- --gcp-project=kubernetes-scale
Expand Down

0 comments on commit 1918203

Please sign in to comment.