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

BZ1904396: add reference info for the machine approver and the config operators

This commit is contained in:
Chinmayi Chandrasekar
2021-09-06 16:58:09 +05:30
committed by openshift-cherrypick-robot
parent cc4456edc4
commit 4d71b60d3d
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
// Module included in the following assemblies:
//
// * operators/operator-reference.adoc
[id="cluster-config-operator_{context}"]
= Cluster Config Operator
[discrete]
== Purpose
The Cluster Config Operator performs the following tasks related to `config.openshift.io`:
* Creates CRDs.
* Renders the initial custom resources.
* Handles migrations.
[discrete]
== Project
link:https://github.com/openshift/cluster-config-operator[cluster-config-operator]

View File

@@ -0,0 +1,21 @@
// Module included in the following assemblies:
//
// * operators/operator-reference.adoc
[id="cluster-machine-approver-operator_{context}"]
= Cluster Machine Approver Operator
[discrete]
== Purpose
The Cluster Machine Approver Operator automatically approves the CSRs requested for a new worker node after cluster installation.
[NOTE]
====
For the control plane node, the `approve-csr` service on the bootstrap node automatically approves all CSRs during the cluster bootstrapping phase.
====
[discrete]
== Project
link:https://github.com/openshift/cluster-machine-approver[cluster-machine-approver-operator]

View File

@@ -13,9 +13,11 @@ include::modules/cloud-credential-operator.adoc[leveloffset=+1]
* xref:../rest_api/security_apis/credentialsrequest-cloudcredential-openshift-io-v1.adoc#credentialsrequest-cloudcredential-openshift-io-v1[CredentialsRequest custom resource]
* xref:../authentication/managing_cloud_provider_credentials/about-cloud-credential-operator.adoc[About the Cloud Credential Operator]
include::modules/cluster-config-operator.adoc[leveloffset=+1]
include::modules/cluster-authentication-operator.adoc[leveloffset=+1]
include::modules/cluster-autoscaler-operator.adoc[leveloffset=+1]
include::modules/cluster-image-registry-operator.adoc[leveloffset=+1]
include::modules/cluster-machine-approver-operator.adoc[leveloffset=+1]
include::modules/cluster-monitoring-operator.adoc[leveloffset=+1]
include::modules/cluster-network-operator.adoc[leveloffset=+1]
include::modules/cluster-openshift-controller-manager-operators.adoc[leveloffset=+1]