mirror of https://github.com/dapr/docs.git
minor changes
This commit is contained in:
parent
cdc4a67ca2
commit
0ba36b174b
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue