Update the Helm Chart to Support Node Name and Taint

This commit is contained in:
Robbie Zhang
2017-12-05 14:08:39 -08:00
committed by Erik St. Martin
parent 6c63d30ccc
commit 37ed82e82c
4 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@@ -25,7 +25,7 @@ spec:
mountPath: "/etc/virtual-kubelet"
readOnly: true
command: ["virtual-kubelet"]
args: ["--provider", "azure", "--os", {{ default "Linux" .Values.env.aciOsType | quote }}]
args: ["--provider", "azure", "--nodename", {{ default "aci-conn" .Values.env.nodeName | quote }} , "--os", {{ default "Linux" .Values.env.nodeOsType | quote }}, "--taint", {{ default "azure.com/aci" .Values.env.nodeTaint | quote }}]
volumes:
- name: credentials
secret:

View File

@@ -9,4 +9,6 @@ env:
azureSubscriptionId:
aciResourceGroup:
aciRegion:
aciOsType:
nodeName:
nodeTaint:
nodeOsType: