You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
<asideclass="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.
0 commit comments