From 11f09071cf50e98c3215425a567fd9dc00dffe47 Mon Sep 17 00:00:00 2001 From: Charlie Stanley Date: Fri, 10 Jul 2020 15:55:34 -0700 Subject: [PATCH] Arrange Windows support message into a note --- howto/hybrid-clusters/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/howto/hybrid-clusters/README.md b/howto/hybrid-clusters/README.md index ca105b67b..f7cba6423 100644 --- a/howto/hybrid-clusters/README.md +++ b/howto/hybrid-clusters/README.md @@ -12,7 +12,8 @@ helm install dapr dapr/dapr --set global.daprControlPlaneOs=YOUR_OS Dapr control plane container images are only provided for Linux, so you shouldn't need to do this unless you really know what you are doing. ## Installing Dapr Apps -The Dapr sidecar container is currently linux only. For this reason, if you are writing a Dapr application, you must run it in a Linux container. You can track the progress of Dapr sidecar support for windows containers via [dapr/dapr#842](https://github.com/dapr/dapr/issues/842). +The Dapr sidecar container is currently Linux only. For this reason, if you are writing a Dapr application, you must run it in a Linux container. +> **Note:** Windows support for dapr applications is in progress. Please see: [dapr/dapr#842](https://github.com/dapr/dapr/issues/842). When deploying to a hybrid cluster, you must configure your apps to be deployed to only Linux available nodes. One of the simplest ways to do this is to add kubernetes.io/os=linux to your app's nodeSelector.