mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
54 lines
1.4 KiB
Plaintext
54 lines
1.4 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/operator-reference.adoc
|
|
|
|
[id="cluster-capi-operator_{context}"]
|
|
= {cluster-capi-operator}
|
|
|
|
[NOTE]
|
|
====
|
|
This Operator is available as a link:https://access.redhat.com/support/offerings/techpreview[Technology Preview] for {aws-first}, {gcp-first}, and {vmw-first} clusters.
|
|
====
|
|
|
|
[discrete]
|
|
== Purpose
|
|
|
|
The {cluster-capi-operator} maintains the lifecycle of Cluster API resources. This Operator is responsible for all administrative tasks related to deploying the Cluster API project within an {product-title} cluster.
|
|
|
|
[discrete]
|
|
== Project
|
|
|
|
link:https://github.com/openshift/cluster-capi-operator[cluster-capi-operator]
|
|
|
|
[discrete]
|
|
== CRDs
|
|
|
|
* `awsmachines.infrastructure.cluster.x-k8s.io`
|
|
** Scope: Namespaced
|
|
** CR: `awsmachine`
|
|
** Validation: No
|
|
|
|
* `gcpmachines.infrastructure.cluster.x-k8s.io`
|
|
** Scope: Namespaced
|
|
** CR: `gcpmachine`
|
|
** Validation: No
|
|
|
|
* `vspheremachines.infrastructure.cluster.x-k8s.io`
|
|
** Scope: Namespaced
|
|
** CR: `vspheremachine`
|
|
** Validation: No
|
|
|
|
* `awsmachinetemplates.infrastructure.cluster.x-k8s.io`
|
|
** Scope: Namespaced
|
|
** CR: `awsmachinetemplate`
|
|
** Validation: No
|
|
|
|
* `gcpmachinetemplates.infrastructure.cluster.x-k8s.io`
|
|
** Scope: Namespaced
|
|
** CR: `gcpmachinetemplate`
|
|
** Validation: No
|
|
|
|
* `vspheremachinetemplates.infrastructure.cluster.x-k8s.io`
|
|
** Scope: Namespaced
|
|
** CR: `vspheremachinetemplate`
|
|
** Validation: No |