mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/operator-reference.adoc
|
|
|
|
[id="cluster-cloud-controller-manager-operator_{context}"]
|
|
= Cluster Cloud Controller Manager Operator
|
|
|
|
[discrete]
|
|
== Purpose
|
|
|
|
[NOTE]
|
|
====
|
|
This Operator is only fully supported for Microsoft Azure Stack Hub.
|
|
|
|
It is available as a link:https://access.redhat.com/support/offerings/techpreview[Technology Preview] for Alibaba Cloud, Amazon Web Services (AWS), Google Cloud Platform (GCP), IBM Cloud, Microsoft Azure, {rh-openstack-first}, and VMware vSphere.
|
|
====
|
|
|
|
The Cluster Cloud Controller Manager Operator manages and updates the cloud controller managers deployed on top of {product-title}. The Operator is based on the Kubebuilder framework and `controller-runtime` libraries. It is installed via the Cluster Version Operator (CVO).
|
|
|
|
It contains the following components:
|
|
|
|
* Operator
|
|
* Cloud configuration observer
|
|
|
|
By default, the Operator exposes Prometheus metrics through the `metrics` service.
|
|
|
|
[discrete]
|
|
== Project
|
|
|
|
link:https://github.com/openshift/cluster-cloud-controller-manager-operator[cluster-cloud-controller-manager-operator]
|