From 3e42b26c3d5e5550c2012f51f9dd8272307d549a Mon Sep 17 00:00:00 2001 From: andyjcooperuk <40474914+andyjcooperuk@users.noreply.github.com> Date: Thu, 3 Sep 2020 14:36:48 +0100 Subject: [PATCH] Update cwagent-fluentd-quickstart.yaml Updated with Linux Node Selector for issue 14 --- .../quickstart/cwagent-fluentd-quickstart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml index 9600edf..0ccd2f6 100644 --- a/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml +++ b/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml @@ -146,6 +146,8 @@ spec: - name: devdisk mountPath: /dev/disk readOnly: true + nodeSelector: + kubernetes.io/os: linux volumes: - name: cwagentconfig configMap: @@ -598,6 +600,8 @@ spec: - name: dmesg mountPath: /var/log/dmesg readOnly: true + nodeSelector: + kubernetes.io/os: linux volumes: - name: config-volume configMap: