1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/kube-apiserver-operator.adoc
2025-10-30 06:31:40 +00:00

31 lines
753 B
Plaintext

// Module included in the following assemblies:
//
// * operators/operator-reference.adoc
:_mod-docs-content-type: CONCEPT
[id="kube-apiserver-operator_{context}"]
= Kubernetes API Server Operator
The Kubernetes API Server Operator manages and updates the Kubernetes API server deployed on top of {product-title}. The Operator is based on the {product-title} `library-go` framework and it is installed using the Cluster Version Operator (CVO).
== Project
link:https://github.com/openshift/cluster-kube-apiserver-operator[openshift-kube-apiserver-operator]
== CRDs
* `kubeapiservers.operator.openshift.io`
** Scope: Cluster
** CR: `kubeapiserver`
** Validation: Yes
== Configuration objects
[source,terminal]
----
$ oc edit kubeapiserver
----