Skip to content

Commit 4294dbe

Browse files
authored
Merge pull request #278 from elieser1101/elieser1101-patch-1
kubetest2 kind deployer readme
2 parents a5c39a3 + 5e5c3a6 commit 4294dbe

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

kubetest2-kind/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Kubetest2 KIND Deployer
2+
3+
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

Comments
 (0)