Upgrade Dapr on supported hosting platforms.
dapr upgrade [flags]
Name | Environment Variable | Default | Description |
---|---|---|---|
--help , -h | Print this help message | ||
--kubernetes , -k | false | Upgrade Dapr in a Kubernetes cluster | |
--runtime-version | latest | The version of the Dapr runtime to upgrade to, for example: 1.0.0 | |
--set | Set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2) |
dapr upgrade -k
dapr upgrade -k --runtime-version 1.2
dapr upgrade -k --runtime-version 1.2 --set global.logAsJson=true