This repository contains tools and configuration files for the testing and automation needs of the kcp-dev organization.
There are 2 Kubernetes clusters that make up the Prow CI system for kcp.
- The
prowcluster holds Prow itself (Deck, Horologium, Sinker, Plank, ...), but besides a few exceptions, no actual Prow jobs are executed here. This cluster is separated from the other to make sure some sensitive secrets (like the Github token) are not available to "random" Prow jobs that could justechoand steal it. - The
buildcluster is where most of the Prow jobs are executed. This cluster is auto-scaling and holds nothing but the Prow jobs.
To access Prow, there are 2 instances of its UI:
- https://prow.kcp.k8c.io/ is the internal Deck, available only to authenticated users (users part of the
kcp-devorganization). This deck shows all repositories and offers a way to rerun a Prowjob. - https://public-prow.kcp.k8c.io/ is the public Deck, available to everyone, but read-only.