dapr / docs

Dapr user documentation, used to build docs.dapr.io
https://docs.dapr.io
Creative Commons Attribution 4.0 International
987 stars 715 forks source link

Wrong link to Dapr CRD #4105

Closed FLubos closed 1 month ago

FLubos commented 2 months ago

Describe the issue When you want to update Dapr to version 1.13 and you have an older custom resource definition that is missing properties: 'controlPlaneTrustDomain' and 'sentryAddress' there is described a step that should replace this older version with command: kubectl replace -f {link to github}. The problem is that this link points to older CRD (that still misses those properties) and not to the new one that is needed for Dapr 1.13.

URL of the docs https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-upgrade/

Expected content kubectl replace -f https://raw.githubusercontent.com/dapr/dapr/release-1.13/charts/dapr/crds/configuration.yaml

Screenshots dapr-doc-crd-issue