Update the virtual-kubelet-for-aks chart (#349)
* Update the virtual-kubelet-for-aks chart * Remove taint command line flag * Update the latest tgz :`: * Updated to latest
This commit is contained in:
committed by
Robbie Zhang
parent
55002eaa4b
commit
1aa2f0ccce
BIN
charts/virtual-kubelet-for-aks-0.1.8.tgz
Normal file
BIN
charts/virtual-kubelet-for-aks-0.1.8.tgz
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,5 @@
|
|||||||
name: virtual-kubelet-for-aks
|
name: virtual-kubelet-for-aks
|
||||||
version: 0.1.7
|
version: 0.1.8
|
||||||
description: a Helm chart to install virtual kubelet in an AKS or ACS cluster.
|
description: a Helm chart to install virtual kubelet in an AKS or ACS cluster.
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/virtual-kubelet/virtual-kubelet
|
- https://github.com/virtual-kubelet/virtual-kubelet
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ spec:
|
|||||||
- name: acs-credential
|
- name: acs-credential
|
||||||
mountPath: "/etc/acs/azure.json"
|
mountPath: "/etc/acs/azure.json"
|
||||||
command: ["virtual-kubelet"]
|
command: ["virtual-kubelet"]
|
||||||
args: ["--provider", "azure", "--namespace", {{ default "" .Values.env.monitoredNamespace | quote }}, "--nodename", {{ default "virtual-kubelet" .Values.env.nodeName | quote }} , "--os", {{ default "Linux" .Values.env.nodeOsType | quote }}, "--taint", {{ default "azure.com/aci" .Values.env.nodeTaint | quote }}]
|
args: ["--provider", "azure", "--namespace", {{ default "" .Values.env.monitoredNamespace | quote }}, "--nodename", {{ default "virtual-kubelet" .Values.env.nodeName | quote }} , "--os", {{ default "Linux" .Values.env.nodeOsType | quote }} ]
|
||||||
volumes:
|
volumes:
|
||||||
- name: credentials
|
- name: credentials
|
||||||
secret:
|
secret:
|
||||||
|
|||||||
Reference in New Issue
Block a user