Dapr: Node Selector for Helm Install on Kubernetes w/ Windows Nodes

Created on 3 Jun 2020  路  7Comments  路  Source: dapr/dapr

Is there a way to set a node selector when installing the dapr runtime on a Kubernetes cluster that includes a Windows node pool?

Without it, it's trying to put my dapr-system pods onto Windows nodes.

Thanks for any pointers or help.

duplicate

Most helpful comment

@msfussell @orizohar @yaron2 @amanbha Do we deliver windows container image in this milestone?

I think we should. It's not a lot of work and would open up more scenarios.

All 7 comments

linking #842

@cwiederspan We're prioritizing the work to run dapr on windows nodes.

cc/ @msfussell @orizohar @yaron2 @amanbha

@msfussell @orizohar @yaron2 @amanbha Do we deliver windows container image in this milestone?

@msfussell @orizohar @yaron2 @amanbha Do we deliver windows container image in this milestone?

I think we should. It's not a lot of work and would open up more scenarios.

@msfussell @orizohar @yaron2 @amanbha Do we deliver windows container image in this milestone?

I think we should. It's not a lot of work and would open up more scenarios.

Yes, lets do it in 0.9.0

we also need to set up windows node aks to run e2e tests..

@cwiederspan > Is there a way to set a node selector when installing the dapr runtime on a Kubernetes cluster that includes a Windows node pool?

Without it, it's trying to put my dapr-system pods onto Windows nodes.

Thanks for any pointers or help.

We set a taint on the windows nodes to block dapr from scheduling to them. Then they all deployed to linux nodes.

Let's discuss it more on #842 and mark this as 0.9.0 release.

I am closing this issue as a dupe - https://github.com/dapr/dapr/issues/842

Was this page helpful?
0 / 5 - 0 ratings