Move hybrid-cluster guide to howto/

This commit is contained in:
Charlie Stanley 2020-07-10 15:14:10 -07:00
parent 005ae9b31f
commit cad0f665ac
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ You can install Dapr on any Kubernetes cluster. Here are some helpful links:
> **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.
> For more information see [Deploying to a Hybrid Linux/Windows K8s Cluster](./cluster/hybrid-clusters.md)
> For more information see [Deploying to a Hybrid Linux/Windows K8s Cluster](../howto/hybrid-clusters/)
### Using the Dapr CLI

View File

@ -3,7 +3,7 @@
## Installing the Dapr Control Plane
If you are installing using the Dapr CLI or via helm chart, you can simply follow our normal deployment procedures:
[Installing Dapr on a Kubernetes cluster](../environment-setup.md#installing-Dapr-on-a-kubernetes-cluster)
[Installing Dapr on a Kubernetes cluster](../../getting-started/environment-setup.md#installing-Dapr-on-a-kubernetes-cluster)
Affinity will be automatically set for kubernetes.io/os=linux. If you need to override linux to another value, you can do so by setting:
```