mirror of https://github.com/dapr/docs.git
Move hybrid-cluster guide to howto/
This commit is contained in:
parent
005ae9b31f
commit
cad0f665ac
|
@ -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.
|
> **Note:** The dapr control plane containers are curently only distributed on linux containers.
|
||||||
> Your kubernetes cluser must contain available Linux capable nodes.
|
> 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.
|
> 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
|
### Using the Dapr CLI
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
## Installing the Dapr Control Plane
|
## 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:
|
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:
|
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:
|
||||||
```
|
```
|
Loading…
Reference in New Issue