A utility to import Tekton Results data into KubeArchive.
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.
Run hack/importer-delete.sh
This script removes the YAML resources applied during the install process from the cluster.
To run the import job, perform the following steps:
- Edit the secret
tekton-results-importerin thekubearchivenamespace, substituting the correct base64-encoded values as appropriate. - Edit the job
tekton-results-importerin thekubearchivenamespace, removing thesuspend: trueline in the spec. This should cause the job to start running. - Monitor the job log to see the import output.