Coder Social home page Coder Social logo

code-engine-toolchain's People

Contributors

akshaykumar-vijapur avatar chuckcox avatar gmarjoram avatar heavywombat avatar huayuenh avatar jauninb avatar maire-kehoe avatar padraic-edwards avatar reggeenr avatar youming-lin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

code-engine-toolchain's Issues

check-health failed

Application application was deployed in Code-engine, however, pipeline is failing in check-health stage.

image

Tried to add Environment properties however, stage did not pickup. Kindly advise when the fix will be available so I can inform client accordingly.

Thanks.

Errors on kubectl get ksvc/${KUBE_SERVICE_NAME}

Hi everyone,
I'm getting errors on these lines

SVC_STATUS_READY=$(kubectl get ksvc/${KUBE_SERVICE_NAME} -o json | jq '.status?.conditions[]?.status?|select(. == "True")')
SVC_STATUS_NOT_READY=$(kubectl get ksvc/${KUBE_SERVICE_NAME} -o json | jq '.status?.conditions[]?.status?|select(. == "False")')
SVC_STATUS_UNKNOWN=$(kubectl get ksvc/${KUBE_SERVICE_NAME} -o json | jq '.status?.conditions[]?.status?|select(. == "Unknown")')

because sometimes the request kubectl get ksvc/${KUBE_SERVICE_NAME} -o json goes in error (for example: Unable to connect to the server: net/http: TLS handshake timeout)

I know that's not a script error, but to manage temporary server error I wrapped all calls with an if statement to avoid that all pipeline fails because all script is executed setting -e option

script: |
#!/bin/bash
set -e -o pipefail

If it can help I open a pull request

Screenshot 2023-05-18 alle 15 59 26

Possibility to pass flags to the docker run command

I need to run Docker in Docker in my pipelines and I am not able to start the daemon without passing the --privileged flag to the docker run command. Now, you are only able to specify a custom docker image name, but you cannot pass flags.

Screenshot 2021-07-28 at 7 56 08

Is there any other way, how to start DinD inside the toolchain pipeline or would it be possible to add this feature to the classic pipelines?

Thanks a lot

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.