From cad0f665ac4b5b80351b22aa7cec76ca3dd8fc32 Mon Sep 17 00:00:00 2001 From: Charlie Stanley Date: Fri, 10 Jul 2020 15:14:10 -0700 Subject: [PATCH] Move hybrid-cluster guide to howto/ --- getting-started/environment-setup.md | 2 +- .../hybrid-clusters.md => howto/hybrid-clusters/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename getting-started/cluster/hybrid-clusters.md => howto/hybrid-clusters/README.md (91%) diff --git a/getting-started/environment-setup.md b/getting-started/environment-setup.md index 9a37b3690..751912a8e 100644 --- a/getting-started/environment-setup.md +++ b/getting-started/environment-setup.md @@ -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 diff --git a/getting-started/cluster/hybrid-clusters.md b/howto/hybrid-clusters/README.md similarity index 91% rename from getting-started/cluster/hybrid-clusters.md rename to howto/hybrid-clusters/README.md index dde40a35a..ca105b67b 100644 --- a/getting-started/cluster/hybrid-clusters.md +++ b/howto/hybrid-clusters/README.md @@ -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: ```