This provides a plugin to the Octant dashboard, which displays additional useful information about Tekton custom resources.
- Lists input resources and parameters, and output resources
- TODO: links to recent TaskRuns
- Links Pod status (with logs!), and Task definition
- Displays queued time and duration
- TODO: Graphviz visualization of status
- Lists input resources and parameters
- Links Task definition
- TODO: Graphviz of Pipeline configuration
- TODO: links to recent PipelineRuns
- Links Pipeline definition
- Displays queued time and duration
- TODO: Graphviz visualization of status
go build -o ~/.config/octant/plugins/tekton-plugin ./
Then restart octant
which will open a new tab.