Giter Site home page Giter Site logo

Comments (1)

kurtismullins avatar kurtismullins commented on August 16, 2024

@thomasmckay

At this time, there is no readiness/liveness endpoints so default them to be omitted. Leave the functionality, though, since upcoming release will support that.

Did Quay 3.2 introduce this functionality?

@sabre1041

Here is my recommendation for the implementation of this functionality:

  1. The operator should introduce a new pod into the ecosystem. Example name: quay-mirror-worker
  2. The Pod should run the Quay image but its entrypoint should be repomirror.
  3. This Pod should be ran only after the main Quay pod is finished initializing.
  4. Stretch-goal: The ability to scale the quantity of mirror worker pods may be beneficial.
  5. Enabling this feature is typically performed in Quay's configuration application. Therefore, the operator may need to expose a CR value to enable/disable this feature.
  6. For documentation, it is important to note that this feature may only be enabled by the operator during the initial installation/setup. It is possible to work-around it by modifying the config.yaml used by Quay but IMHO that's out of scope for the initial change.
  7. If the readiness endpoint was included in Quay 3.2, it would be fantastic to use that. If not, then perhaps we mark this feature as tech-preview until we can better integrate it with Kubernetes/OpenShift.
  8. I do not think there is any reason to allow Users to specify a different image for this pod. If different versions of Quay are ran simultaneously then unexpected results may occur.
  9. Running repository mirroring under its own pod(s) should be the only supported method. We should not attempt to run repository mirroring in the primary Quay registry pod(s).
  10. The Pod should mount the config and certs used by the Quay registry pod. However, it also needs the environment variable QUAYENTRY=repomirror set to start the correct process. This is similar in functionality to the config pod.
  11. The Pod should be able to connect to postgres, redis, and the Quay registry pod(s).

from quay-operator.

Related Issues (20)

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.