Skip to content

Latest commit

 

History

History
 
 

access-tokens

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Access-tokens

Utility image used in access token (explanation in issue) testing.

Generates X number of requests per second to kube-apiserver using Y access tokens where both X, Y are configurable by flags.

Testing and Usage

  1. Build an image with PROJECT=<TEST-PROJECT> make build
  2. Apply example yaml to your cluster
    • PROJECT=<TEST-PROJECT> cat example/example.yaml.template | envsubst | kubectl apply -f -

Releasing

  1. If required, test with steps from Testing and Usage
  2. Increment the TAG in the Makefile
  3. Build with make build
  4. Release with make push

Go Modules

This project uses Go Modules to manage the external dependencies.