Giter Site home page Giter Site logo

Comments (5)

henrjk avatar henrjk commented on September 14, 2024

My understanding is that tailor is used to create/update the secrets in this case (at

tailor_update_in_dir "${OCP_CONFIG}/rshiny-app" \
)

So it seems tailor creates the secret - which it would do if it can't find the secret yet - and then is told that it already exists.

@michaelsauter could this be some permission issue? Do you have some other thoughts on what might go wrong?

from ods-project-quickstarters.

michaelsauter avatar michaelsauter commented on September 14, 2024

@henrjk Just looking at it with @gerardcl. The issue is the scope: if you tell Tailor to only look at resources with a certain label, then it will not look at resources without that label. Consequently Tailor thinks that it needs to create the resource because it does not "see" it in the platform. BUT if it then executes oc create, the created resource might already exist (because for resource identity, only the name matters, not the labels).

from ods-project-quickstarters.

alistairlenhard avatar alistairlenhard commented on September 14, 2024

just another hint: if I remove the secret, rundeck seems to progress further. So my project on dev seems to be created on openshift. Now the same error would appear on [project]-test.
Do you know when the bitbucket resources are filled in this process? Currently it seems like they remain empty until both openshift dev and test are created and only then the code is pushed? I am saying this because the login to the jupyter notebook on openshift now also does not work and it does not really seem to have all sources on openshift yet for dev.

from ods-project-quickstarters.

henrjk avatar henrjk commented on September 14, 2024

@alistairlenhard The secrets that have been created originally: did they come from a quickstarter created with a prior ODS release?

Perhaps the label should be removed for the secrets?

from ods-project-quickstarters.

gerardcl avatar gerardcl commented on September 14, 2024

hi @henrjk I confirm that jupyter was before 1.2.x

from ods-project-quickstarters.

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.