mirror of https://github.com/dapr/docs.git
Merge pull request #1370 from CCGAC-Andreas-Riehl/patch-1
Update kubernetes-upgrade.md
This commit is contained in:
commit
32a71fa4c1
|
|
@ -19,7 +19,7 @@ There are two ways to upgrade the Dapr control plane on a Kubernetes cluster usi
|
||||||
The example below shows how to upgrade to version 1.1.0:
|
The example below shows how to upgrade to version 1.1.0:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr upgrade -k --runtime-version=1.0.1
|
dapr upgrade -k --runtime-version=1.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
You can provide all the available Helm chart configurations using the Dapr CLI.
|
You can provide all the available Helm chart configurations using the Dapr CLI.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue