Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infra/gcp/main: add k8s-metrics-canary special-case
k8s-metrics is a low-traffic GCS bucket for the project, setup permissions to trial moving it from one org to the other. The steps for this process are going to look something like: - allow google.com prow to write to the new bucket - allow humans to own the new bucket - sync contents from old bucket to new bucket - setup canary job on k8s-infra-prow-build-trusted that writes to the new bucket to confirm permissions are correct for executing bigquery queries that use the k8s-gubernator:builds dataset and writing to the new bucket - remove canary job / move old job to k8s-infra-prow-build-trusted - delete old bucket - rename new bucket to old bucket
- Loading branch information