Skip to content

Commit

Permalink
Merge pull request #6852 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…6830-to-release-1.2

[release-1.2] 📖 add disclaimer about clusterctl topology dryrun RuntimeSDK support
  • Loading branch information
k8s-ci-robot authored Jul 7, 2022
2 parents aad005c + 75451fd commit c3402f0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/book/src/clusterctl/commands/alpha-topology-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ the input should have all the objects needed.

<aside class="note">

<h1>Limitations</h1>
<h1>Limitations: Server Side Apply</h1>

The topology controllers uses [Server Side Apply](https://kubernetes.io/docs/reference/using-api/server-side-apply/)
to support use cases where other controllers are co-authoring the same objects, but this kind of interactions can't be recreated
Expand All @@ -43,6 +43,14 @@ More specifically:

</aside>

<aside class="note">

<h1>Limitations: RuntimeSDK</h1>

Please note that `clusterctl` doesn't support Runtime SDK yet. This means that ClusterClasses with external patches are not yet supported.

</aside>

## Example use cases

### Designing a new ClusterClass
Expand Down

0 comments on commit c3402f0

Please sign in to comment.