Add env var for kubelet port and ensure kubelet works without logs

This commit is contained in:
Rita Zhang
2017-12-20 17:35:10 -08:00
parent b877b56d64
commit f047137819
2 changed files with 9 additions and 5 deletions

View File

@@ -14,6 +14,8 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: KUBELET_PORT
value: "10250"
- name: AZURE_AUTH_LOCATION
value: /etc/virtual-kubelet/credentials.json
- name: ACI_RESOURCE_GROUP