Skip to content
#

tekton

Here are 113 public repositories matching this topic...

sbwsg
sbwsg commented Aug 12, 2021

Every Step that Pipelines runs emits a JSON object with metadata about its execution: the content of task results, a StartedAt timestamp, step exit codes etc etc.

The JSON object is passed back to the Tekton Controller by way of the "Termination Message", a Kubernetes feature that allows a Container to write a short amount of content that ends up back in the Pod's YAML. The emphasis here is on

dibyom
dibyom commented Jun 30, 2020

Expected Behavior

When a Trigger successfully creates a resources, we should emit a k8s event.

Actual Behavior

Triggers does not emit any k8s events today.

Additional Info

afrittoli
afrittoli commented Nov 3, 2020

The landing page could use a few improvements:

  • change the title to "Welcome to Tekton"
  • expand more on the initial paragraph
    • inline part of the concepts page, add a diagram or two
    • we could add a list of projects with a one sentence description about each
  • the "what's next" does not seem to add much value, I would remove it
  • rending of the TOC below seems broken, there is too

Improve this page

Add a description, image, and links to the tekton topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tekton topic, visit your repo's landing page and select "manage topics."

Learn more