Fix inconsistent kubedns version and parameterize kubedns autoscaler image vars

This commit is contained in:
Chad Swenson
2017-06-15 19:37:55 -05:00
parent bddee7c38e
commit 8467bce2a6
4 changed files with 35 additions and 23 deletions

View File

@@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: autoscaler
image: gcr.io/google_containers/cluster-proportional-autoscaler-amd64:1.1.1
image: "{{ kubednsautoscaler_image_repo }}:{{ kubednsautoscaler_image_tag }}"
resources:
requests:
cpu: "20m"