diff --git a/charts/virtual-kubelet-0.1.1.tgz b/charts/virtual-kubelet-0.1.1.tgz index 59d361cc2..439777b01 100644 Binary files a/charts/virtual-kubelet-0.1.1.tgz and b/charts/virtual-kubelet-0.1.1.tgz differ diff --git a/charts/virtual-kubelet-for-aks-0.1.3.tgz b/charts/virtual-kubelet-for-aks-0.1.3.tgz index 5886f1176..f5716e2c5 100644 Binary files a/charts/virtual-kubelet-for-aks-0.1.3.tgz and b/charts/virtual-kubelet-for-aks-0.1.3.tgz differ diff --git a/charts/virtual-kubelet-for-aks/templates/deployment.yaml b/charts/virtual-kubelet-for-aks/templates/deployment.yaml index f485a1aeb..fbc9d1727 100644 --- a/charts/virtual-kubelet-for-aks/templates/deployment.yaml +++ b/charts/virtual-kubelet-for-aks/templates/deployment.yaml @@ -56,3 +56,5 @@ spec: hostPath: path: /etc/kubernetes/azure.json type: File + nodeSelector: + beta.kubernetes.io/os: linux \ No newline at end of file diff --git a/charts/virtual-kubelet/templates/deployment.yaml b/charts/virtual-kubelet/templates/deployment.yaml index 58095a3a8..0206d4bbb 100644 --- a/charts/virtual-kubelet/templates/deployment.yaml +++ b/charts/virtual-kubelet/templates/deployment.yaml @@ -40,3 +40,5 @@ spec: secret: secretName: {{ template "fullname" . }} serviceAccountName: {{ if .Values.rbac.install }} "{{ template "fullname" . }}-service-account" {{ end }} + nodeSelector: + beta.kubernetes.io/os: linux