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: