This component of kubetest2 is responsible for test cluster lifecycles for clusters deployed using kind.
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.
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