mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
30 lines
720 B
Plaintext
30 lines
720 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * operators/operator-reference.adoc
|
|
|
|
[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
|
|
----
|