Code Monkey home page Code Monkey logo

okd-payload-pipeline's People

Contributors

aleskandro avatar cheesesashimi avatar dsevost avatar jm1 avatar lmzuccarelli avatar lorbuschris avatar saravanastoragenetwork avatar sherine-k avatar vrutkovs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

okd-payload-pipeline's Issues

Fix the kustomization for Argo workflows and the okd-workflows

The kustomization to deploy the argo workflows operator and to create the workflows for building okd require some manual hacks after they are applied:

  1. The operator-deployment kustomization needs to lookback at the created Route's host field to catch the redirectURI prefix to set in the OAuthClient object
  2. The kustomization for the workflows uses the default namespace transformer. Argo workflows do not support a memorization config map reference outside its deployment namespace. Therefore, the service account running the workflow in the workflow's namespace needs CRUD permissions on the configmaps resource in the argo-workflows namespace. However, creating a RoleBinding for it within the same kustomization overlay leads to a RoleBinding being created in the namespace set in the namespace field of the kustomization (we cannot prevent changing it). Insteda, we would like changing the subject's namespace to the one set in the kustomization.yaml's namespace field.

Circular dependency for base/tools/cli?

I think we have a circular deps for main images:

Its not clear where to start when we want to build "real" base image with golang and things

/cc @aleskandro

Memoization and mirroring of the initial payload

When mirroring an initial payload, any previously built image will be replaced. In the case that image is built recently enough and no new commits are pushed in its repo, the workflow might skip the build because of a cache hit in the memoization system.

Possible fixes:

  • Add the SHA of the built image in the memoization key
  • ??

Build an image to run the workflows

We currently use:

  • alpine/git from docker.io
  • the internal registry cli image
  • the internal registry python image

Some containers also install tools (yq, mtl, ...), as a temporary workaround. We could have a single image to address all the workflow jobs.

The machine-os-content fails to build

Just a reminder to address the discussion in #14

Due to the changes in the artifacts image that now put the rpms in the /srv/repo/$arch dir, the okd-machine-os Dockerfile should be updated to address this new behavior. This work could also be part of making the new dockerfiles for hyperkube, cli (and artifacts) upstream.

cc @vrutkovs

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.