You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component of kubetest2 is responsible for test cluster lifecycles for clusters deployed using kind.
4
+
5
+
## Usage
6
+
7
+
Currently, the kind deployer is capable of building and deploying a cluster using kind.
8
+
9
+
```
10
+
kubetest2 kind --build --up --down --test=exec -- kubectl get all -A
11
+
```
12
+
13
+
See the usage (`--help`) for more options.
14
+
15
+
## Implementation
16
+
The deployer builds a kind node image and is essentially a Golang wrapper for building e2e dependencies as in `e2e-k8s.sh` located [here](https://github.com/kubernetes-sigs/kind/blob/main/hack/ci/e2e-k8s.sh#L72-L86) in [kind](https://github.com/kubernetes-sigs/kind/tree/main)
0 commit comments