k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/images/bigquery/README.md (about)

     1  # bigquery image
     2  
     3  The `gcr.io/k8s-staging-test-infra/bigquery` image is used to run [`/metrics/bigquery.py`] and [`/kettle/monitor.py`]
     4  
     5  It is mostly present to ensure the following is available:
     6  - `python3` - required by `/metrics/bigquery.py`, `glcoud` and `bq`
     7  - `jq` - invoked by the script to transform json results
     8  - `bq` - invoked by the script to hit bigquery (comes with `gcloud`)
     9  - python libraries used by the script
    10  
    11  [`/metrics/bigquery.py`]: /metrics
    12  [`/kettle/monitor.py`]: /kettle/monitor.py