1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/cluster-autoscaler-operator.adoc

20 lines
907 B
Plaintext

// Module included in the following assemblies:
//
// * operators/operator-reference.adoc
[id="cluster-autoscaler-operator_{context}"]
= Cluster Autoscaler Operator
The Cluster Autoscaler Operator manages deployments of the OpenShift Cluster Autoscaler using the `cluster-api` provider.
== Project
link:https://github.com/openshift/cluster-autoscaler-operator[cluster-autoscaler-operator]
== CRDs
* `ClusterAutoscaler`: This is a singleton resource, which controls the configuration autoscaler instance for the cluster. The Operator only responds to the `ClusterAutoscaler` resource named `default` in the managed namespace, the value of the `WATCH_NAMESPACE` environment variable.
* `MachineAutoscaler`: This resource targets a node group and manages the annotations to enable and configure autoscaling for that group, the `min` and `max` size. Currently only `MachineSet` objects can be targeted.