Giter Club home page Giter Club logo

Comments (5)

praveshcompiles avatar praveshcompiles commented on July 1, 2024

investigating on this issue..

from cp4d-deployment.

LuitasV avatar LuitasV commented on July 1, 2024

Have you been able to see anything about this issue, are you able to reproduce it?
If you need any configuration or log, I will send it to you.

Thanks

from cp4d-deployment.

praveshcompiles avatar praveshcompiles commented on July 1, 2024

Hi Luitsav,
we are still working on it as it is a known issue..
for now we have a workaround patch-
after creating the WKC-CR please run this -

NAMESPACE=<zen_namespace>
while [ "$(oc get sts -n ${NAMESPACE} | grep c-db2oltp-wkc-db2u)" = "" ]; do echo "waiting for c-db2oltp-wkc-db2u statefulset."; sleep 60; done oc patch sts c-db2oltp-wkc-db2u -p='{"spec":{"template":{"spec":{"containers":[{"name":"db2u","tty":false}]}}}}}'; echo "patch for c-db2oltp-wkc-db2u is appied."

and then after creating IIS-CR, run this -

while [ "$(oc get sts -n ${NAMESPACE} | grep c-db2oltp-iis-db2u)" = "" ]; do echo "waiting for c-db2oltp-iis-db2u statefulset."; sleep 60; done oc patch sts c-db2oltp-iis-db2u -p='{"spec":{"template":{"spec":{"containers":[{"name":"db2u","tty":false}]}}}}}'; echo "patch for c-db2oltp-iis-db2u is appied."
then it should be able to complete the WKC install.

from cp4d-deployment.

LuitasV avatar LuitasV commented on July 1, 2024

The workaround patch worked just fine.
Thanks a lot

from cp4d-deployment.

prsahoo avatar prsahoo commented on July 1, 2024

Closing the issue.

from cp4d-deployment.

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.