mirror of https://github.com/dapr/docs.git
update CRD
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
a107511779
commit
4a0a9d47ea
|
|
@ -49,7 +49,7 @@ The CustomResourceDefinition "configurations.dapr.io" is invalid: spec.preserveU
|
|||
1. Run the following command to upgrade the `CustomResourceDefinition` to a compatible version:
|
||||
|
||||
```sh
|
||||
kubectl replace -f https://raw.githubusercontent.com/dapr/dapr/5a15b3e0f093d2d0938b12f144c7047474a290fe/charts/dapr/crds/configuration.yaml
|
||||
kubectl replace -f https://raw.githubusercontent.com/dapr/dapr/release-1.13/charts/dapr/crds/configuration.yaml
|
||||
```
|
||||
|
||||
1. Proceed with the `dapr upgrade --runtime-version {{% dapr-latest-version long="true" %}} -k` command.
|
||||
|
|
|
|||
Loading…
Reference in New Issue