Skip to content

Latest commit

 

History

History

kubetest2-kind

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Kubetest2 KIND Deployer

This component of kubetest2 is responsible for test cluster lifecycles for clusters deployed using kind.

Usage

Currently, the kind deployer is capable of building and deploying a cluster using kind.

kubetest2 kind --build --up --down --test=exec -- kubectl get all -A

See the usage (--help) for more options.

Implementation

The deployer builds a kind node image and is essentially a Golang wrapper for building e2e dependencies as in e2e-k8s.sh located here in kind