Skip to content

Latest commit

 

History

History

kubernetes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Kubernetes Job and JobSet

We want to get a set of Kubernetes job.yaml files, with Kind: Job (will include JobSet) to understand the kind of workloads that are being run. Since we are very limited with GitHub search, we have to again get around that with an enormous number of terms, and hope we get enough (unique, based on content hashes) results.

Usage

Install dependencies to an environment. Note this is in the root.

cd ../
python -m venv env
source env/bin/activate
pip install -r requirements.txt 

Run the script to do the search. You'll need to export your GITHUB_TOKEN to the environment.

export GITHUB_TOKEN=xxxxxxxxxxx
python scripts/search.py