pipeline-service icon indicating copy to clipboard operation
pipeline-service copied to clipboard

SaaS for Tekton Pipelines leveraging kcp

Results 32 pipeline-service issues
Sort by recently updated
recently updated
newest added

This pull request updates the tekton results API and watcher images to the latest builds. - Waiting on PR openshift-pipelines/tektoncd-results#22 Signed-off-by: Avinal Kumar

Add minio log storage for tekton-results for development instances. Demo: https://youtu.be/MHPFu7CnKvw

# context #68 makes possible to run kcp in a pod on an OpenShift cluster. This does however not provide a global loadbalancer, which redirects traffic to the right workload...

With more people using `ckcp` to get the gist of Pipeline Service and other purposes, we've more feedback. It would be nice to have the `ckcp` deployment flow to be...

enhancement

- Currently, both these values are hardcoded in the script (pipeline-service-compute and root:default). - Would be useful to provide params for users to enter their own kcp workspace and organization.

The API version in kcp for ClusterWorkspace has been bumped from `apiVersion: tenancy.kcp.dev/v1alpha1` to `apiVersion: tenancy.kcp.dev/v1beta1` we make use of this API at least in [pipeline-service-org.yaml](https://github.com/openshift-pipelines/pipelines-service/blob/main/local/kcp/pipelines-service-org.yaml) As long as we...

When deploying the `ckcp` cluster inside CodeReadyContainers, I get the following error when trying to use the "demo" kcp workspace: ```sh $ kubectl kcp workspace use demo error: current URL...

stale

After #124 going with the `release-0.5` plugin, the script ends here: ``` - KCP cluster registration to ArgoCD: % ``` Running with `bash -x` I get some more info: ```...

stale

In some of our images we download binaries with curl and copy them into the filesystem. Whenever possible we should use a package manager for the installation. Examples: https://github.com/openshift-pipelines/pipeline-service/blob/main/images/access-setup/Dockerfile#L8-L13 Rational:...