Use imageRepository instead of the unifiedControlPlaneImage (#3484)

This commit is contained in:
Rong Zhang
2018-10-16 22:26:04 +08:00
committed by k8s-ci-robot
parent cf4dd645a7
commit 76fe84fe93
5 changed files with 14 additions and 5 deletions

View File

@@ -142,7 +142,8 @@ apiServerCertSANs:
- {{ san }}
{% endfor %}
certificatesDir: {{ kube_config_dir }}/ssl
unifiedControlPlaneImage: "{{ hyperkube_image_repo }}:{{ hyperkube_image_tag }}"
imageRepository: {{ kube_image_repo }}
unifiedControlPlaneImage: ""
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration