Giter Site home page Giter Site logo

damemi / cluster-openshift-apiserver-operator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openshift/cluster-openshift-apiserver-operator

0.0 2.0 0.0 67.54 MB

The openshift-apiserver operator installs and maintains the openshift-apiserver on a cluster

License: Apache License 2.0

Dockerfile 0.32% Makefile 1.11% Go 98.57%

cluster-openshift-apiserver-operator's Introduction

OpenShift API Server Operator

The OpenShift API Server operator manages and updates the OpenShift API Server. The operator is based on OpenShift library-go framework and it is installed via Cluster Version Operator (CVO).

It contains the following sub-systems:

  • Operator
  • Configuration observer

By default, the operator exposes Prometheus metrics via metrics service. The metrics are collected from following components:

  • OpenShift API Server Operator

Configuration

The configuration observer component is responsible for reacting on external configuration changes. For example, this allows external components (registry, etc..) to interact with the OpenShift API server configuration (OpenShiftAPIServerConfig custom resource).

Currently changes in following external components are being observed:

  • cluster images.config.openshift.io custom resource
    • The observed CR resource is used to configure the imagePolicyConfig.internalRegistryHostname in Kubernetes API server configuration
  • cluster projects.config.openshift.io custom resource
    • The observed CR resource is used to configure the Project request defaults
  • cluster ingress.config.openshift.io custom resource
    • The observed CR resource is used to set routingConfig.subdomain in the OpenShift API server configuration.

The configuration for the OpenShift API server is the result of merging:

  • a default config
  • observed config (compare observed values above) spec.spec.unsupportedConfigOverrides from the openshiftapiserveroperatorconfig.

All of these are sparse configurations, i.e. unvalidated json snippets which are merged in order to form a valid configuration at the end.

Debugging

To gather all information necessary for debugging operator please use the must-gather tool.

cluster-openshift-apiserver-operator's People

Contributors

abhinavdahiya avatar bparees avatar csrwng avatar damemi avatar danwinship avatar deads2k avatar derekwaynecarr avatar enj avatar haircommander avatar jhrozek avatar juanvallejo avatar marun avatar mfojtik avatar miciah avatar openshift-merge-robot avatar p0lyn0mial avatar ravisantoshgudimetla avatar ricardomaraschini avatar s-urbaniak avatar sallyom avatar sanchezl avatar sjenning avatar smarterclayton avatar sohankunkerkar avatar soltysh avatar stlaz avatar sttts avatar tnozicka avatar vareti avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.