minor changes

This commit is contained in:
Mark Fussell 2021-02-02 09:38:31 -08:00
parent cdc4a67ca2
commit 0ba36b174b
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ dapr uninstall --kubernetes
```
### Upgrade Dapr on a cluster
To upgrade Dapr on a Kubernetes cluster you can use the CLI. See [upgrade Kubernetes]({{< ref kubernetes-upgrade.md >}}) for more information.
To upgrade Dapr on a Kubernetes cluster you can use the CLI. See [upgrade Dapr on Kubernetes]({{< ref kubernetes-upgrade.md >}}) for more information.
## Install with Helm (advanced)

View File

@ -12,7 +12,7 @@ description: "Follow these steps to upgrade Dapr on Kubernetes and ensure a smoo
- [Helm 3](https://github.com/helm/helm/releases) (if using Helm)
## Upgrade existing cluster to 1.0.0 / 1.0.0-rc.3
There are two ways to upgrade the Dapr control plane on a Kubernetes cluster using either the Dapr CLI or Helm. The preferred way is to use the Dapr CLI
There are two ways to upgrade the Dapr control plane on a Kubernetes cluster using either the Dapr CLI or Helm. The preferred way is to use the Dapr CLI.
### Dapr CLI
The example below shows how to upgrade to version 1.0.0-rc.3