Skip to content

Latest commit

 

History

History
 
 

octant-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tekton Octant Plugin

This provides a plugin to the Octant dashboard, which displays additional useful information about Tekton custom resources.

Screenshots

Task

Image of Task additions

  • Lists input resources and parameters, and output resources
  • TODO: links to recent TaskRuns

TaskRun

Image of TaskRun additions

  • Links Pod status (with logs!), and Task definition
  • Displays queued time and duration
  • TODO: Graphviz visualization of status

Pipeline

Image of Pipeline additions

  • Lists input resources and parameters
  • Links Task definition
  • TODO: Graphviz of Pipeline configuration
  • TODO: links to recent PipelineRuns

PipelineRun

Image of PipelineRun additions

  • Links Pipeline definition
  • Displays queued time and duration
  • TODO: Graphviz visualization of status

Testing

go build -o ~/.config/octant/plugins/tekton-plugin ./

Then restart octant which will open a new tab.