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
Docker provider can be replaced by any provider supported by [clusterctl](https://cluster-api.sigs.k8s.io/reference/providers.html#infrastructure).
59
59
60
60
Other options for installing Cluster API Operator are described in [full documentation](https://github.com/kubernetes-sigs/cluster-api-operator/blob/main/docs/README.md#installation).
61
-
61
+
62
62
# Example API Usage
63
63
64
64
Deploy latest version of core Cluster API components:
@@ -69,7 +69,6 @@ kind: CoreProvider
69
69
metadata:
70
70
name: cluster-api
71
71
namespace: capi-system
72
-
73
72
```
74
73
75
74
Deploy Cluster API AWS provider with specific version, custom manager options and flags:
0 commit comments