Skip to content

Commit cb68a39

Browse files
Document multiple providers support
1 parent 3fca336 commit cb68a39

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- [Implementing Topology Mutation Hook Extensions](./tasks/experimental-features/runtime-sdk/implement-topology-mutation-hook.md)
3737
- [Deploying Runtime Extensions](./tasks/experimental-features/runtime-sdk/deploy-runtime-extension.md)
3838
- [Ignition Bootstrap configuration](./tasks/experimental-features/ignition.md)
39+
- [Running multiple providers](./tasks/multiple-providers.md)
3940
- [Security Guidelines](./security/index.md)
4041
- [Pod Security Standards](./security/pod-security-standards.md)
4142
- [clusterctl CLI](./clusterctl/overview.md)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Running multiple providers
2+
3+
Cluster API supports running multiple infrastructure/bootstrap/control plane providers on the same management cluster. It's highly recommeded to rely on
4+
[clusterctl init](../clusterctl/commands/init.md) command in this case. [clusterctl](../clusterctl/overview.md) will help ensure that all providers support the same
5+
[API Version of Cluster API](../clusterctl/provider-contract.md#metadata-yaml) (contract).
6+
7+
<aside class="note warning">
8+
9+
<h1>Warning</h1>
10+
11+
Currently, the case of running multiple providers is not covered in Cluster API E2E test suite. It's recommended to set up a custom validation pipeline of
12+
your specific combination of providers before deploying it on a production environment.
13+
14+
</aside>

0 commit comments

Comments
 (0)