mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
44 lines
1.2 KiB
Plaintext
44 lines
1.2 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 Amazon Web Services (AWS) and Google Cloud Platform (GCP) 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
|
|
|
|
* `awsmachinetemplates.infrastructure.cluster.x-k8s.io`
|
|
** Scope: Namespaced
|
|
** CR: `awsmachinetemplate`
|
|
** Validation: No
|
|
|
|
* `gcpmachinetemplates.infrastructure.cluster.x-k8s.io`
|
|
** Scope: Namespaced
|
|
** CR: `gcpmachinetemplate`
|
|
** Validation: No |