updates per Mukundan

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-09-05 09:48:28 -04:00
parent 4983bca0fa
commit cdcee356bc
5 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
---
type: docs
title: "Setup an Azure Kubernetes Service (AKS) cluster"
title: "Set up an Azure Kubernetes Service (AKS) cluster"
linkTitle: "Azure Kubernetes Service (AKS)"
weight: 2000
description: >
How to setup Dapr on an Azure Kubernetes Cluster
Learn how to set up an Azure Kubernetes Cluster
---
This guide walks you through installing an Azure Kubernetes Service (AKS) cluster. If you need more information, refer to [Quickstart: Deploy an AKS cluster using the Azure CLI](https://docs.microsoft.com/azure/aks/kubernetes-walkthrough)

View File

@ -1,9 +1,9 @@
---
type: docs
title: "Setup a Google Kubernetes Engine (GKE) cluster"
title: "Set up a Google Kubernetes Engine (GKE) cluster"
linkTitle: "Google Kubernetes Engine (GKE)"
weight: 3000
description: "Setup a Google Kubernetes Engine cluster"
description: "Set up a Google Kubernetes Engine cluster"
---
### Prerequisites

View File

@ -4,7 +4,7 @@ title: "Set up a KiND cluster"
linkTitle: "KiND"
weight: 1100
description: >
How to set up Dapr on a KiND cluster
How to set up a KiND cluster
---
## Prerequisites

View File

@ -1,10 +1,10 @@
---
type: docs
title: "Setup an Minikube cluster"
title: "Set up a Minikube cluster"
linkTitle: "Minikube"
weight: 1000
description: >
How to setup Dapr on a Minikube cluster
How to setup a Minikube cluster
---
## Prerequisites

View File

@ -19,7 +19,7 @@ Both the Dapr CLI and the Dapr Helm chart automatically deploy with affinity for
{{% codetab %}}
## Install with Dapr CLI
You can install Dapr to a Kubernetes cluster using the [Dapr CLI]({{< ref install-dapr-cli.md >}}).
You can install Dapr on a Kubernetes cluster using the [Dapr CLI]({{< ref install-dapr-cli.md >}}).
### Prerequisites