Update the Helm Chart to Support Node Name and Taint
This commit is contained in:
committed by
Erik St. Martin
parent
6c63d30ccc
commit
37ed82e82c
Binary file not shown.
@@ -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:
|
||||
|
||||
@@ -9,4 +9,6 @@ env:
|
||||
azureSubscriptionId:
|
||||
aciResourceGroup:
|
||||
aciRegion:
|
||||
aciOsType:
|
||||
nodeName:
|
||||
nodeTaint:
|
||||
nodeOsType:
|
||||
Reference in New Issue
Block a user