Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 650 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 650 Bytes

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