Skip to content

Commit

Permalink
Merge pull request #4126 from hhunter-ms/issue_4105
Browse files Browse the repository at this point in the history
[Kubernetes] Update CRD for troubleshooting step
  • Loading branch information
hhunter-ms authored May 6, 2024
2 parents bacfeae + 5db640f commit 47dad55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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-{{% dapr-latest-version short="true" %}}/charts/dapr/crds/configuration.yaml
```

1. Proceed with the `dapr upgrade --runtime-version {{% dapr-latest-version long="true" %}} -k` command.
Expand Down

0 comments on commit 47dad55

Please sign in to comment.