Coder Social home page Coder Social logo

jx3-gitops-repositories / jx3-eks-asm Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 21.0 2 MB

Jenkins X 3.x Cluster Git Template for managing Kubernetes resources in a cluster using AWS Secret Manager

License: Apache License 2.0

Makefile 54.05% Shell 4.91% Go 41.04%
hacktoberfest

jx3-eks-asm's People

Contributors

ankitm123 avatar babadofar avatar cameronbraid avatar jstrachan avatar pow-devops2020 avatar rawlingsj avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

jx3-eks-asm's Issues

Documentation: Pipeline logs from cluster

Team, Can we have the documentation created/updated to view the logs if in case dashboard UI (jx dash)is not available.
Something like below...
The pipelines are run on pods, so you can ultimately get the logs from there. To see the pipelineruns sorted by time, use this command
jx ns jx
kubectl get pipelineruns --sort-by=.metadata.creationTimestamp
When you find the pipelinerun you want to investigate, run
kubectl describe pipelinerun
There should be a "message" field describing any errors, which you can get using a command like this
kubectl describe pipelinerun | grep -i message
also, you can find the pod the pipelinerun used and read logs directly from there
kubectl describe pipelinerun | grep -i 'pod name'
Should output the name of the pod, then do
kubectl logs

The repository is not a template

Hi.
The jx3-eks-asm repository is not a template. Is this beacuse you are still working on it / it is not ready as of yet?
Otherwise, could you update the repository with the templating option? Thanks!

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.