fixed typos (#689)

Co-authored-by: Ori Zohar <orzohar@microsoft.com>
This commit is contained in:
Mark Fussell 2020-07-14 16:38:51 -07:00 committed by GitHub
parent 0f5401f7c9
commit f239c9e87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -148,9 +148,9 @@ You can install Dapr on any Kubernetes cluster. Here are some helpful links:
- [Setup Google Cloud Kubernetes Engine](https://cloud.google.com/kubernetes-engine/docs/quickstart)
- [Setup Amazon Elastic Kubernetes Service](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html)
> **Note:** The dapr control plane containers are curently only distributed on linux containers.
> Your kubernetes cluser must contain available Linux capable nodes.
> Both the dapr cli, and the dapr helm chart will automatically deploy with affinity for nodes with the label kubernetes.io/os=linux.
> **Note:** The Dapr control plane containers are currently only distributed on linux containers.
> Your Kubernetes cluster must contain available Linux capable nodes.
> Both the Dapr CLI, and the Dapr Helm chart automatically deploy with affinity for nodes with the label `kubernetes.io/os=linux`.
> For more information see [Deploying to a Hybrid Linux/Windows K8s Cluster](../howto/hybrid-clusters/)
### Using the Dapr CLI