Skip to content

kubearchive/tekton-results-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tekton Results Importer

A utility to import Tekton Results data into KubeArchive.

Deploying

Run hack/importer-install.sh

This script builds and pushes the image using ko, then applies the secret and import job YAML files to the kubearchive namespace.

Uninstalling

Run hack/importer-delete.sh

This script removes the YAML resources applied during the install process from the cluster.

Importing

To run the import job, perform the following steps:

  1. Edit the secret tekton-results-importer in the kubearchive namespace, substituting the correct base64-encoded values as appropriate.
  2. Edit the job tekton-results-importer in the kubearchive namespace, removing the suspend: true line in the spec. This should cause the job to start running.
  3. Monitor the job log to see the import output.

About

A utility to import Tekton Results data into KubeArchive.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published