Skip to content

Commit

Permalink
Merge pull request #9117 from killianmuldoon/pr-1.5-link-fix
Browse files Browse the repository at this point in the history
[release-1.5] 🐛 Fix link to v1.1-v1.2 provider migration guide
  • Loading branch information
k8s-ci-robot authored Aug 3, 2023
2 parents 9429308 + f98df99 commit 62c05c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ In this cases for ServerSideApply to work properly it is required to ensure the
type definitions, like +MapType or +MapTypeKey, see [merge strategy](https://kubernetes.io/docs/reference/using-api/server-side-apply/#merge-strategy) for more details.

Note: in order to allow the topology controller to execute templates rotation only when strictly necessary, it is necessary
to implement specific handling of dry run operations in the templates webhooks as described in [Required Changes on providers from 1.1 to 1.2](https://cluster-api.sigs.k8s.io/developer/providers/v1.1-to-v1.2.html#required-api-changes-for-providers).
to implement specific handling of dry run operations in the templates webhooks as described in [Required Changes on providers from 1.1 to 1.2](https://cluster-api.sigs.k8s.io/developer/providers/migrations/v1.1-to-v1.2#required-api-changes-for-providers).

### Risks and Mitigations

Expand Down

0 comments on commit 62c05c9

Please sign in to comment.