Migrate e2e cluster to kind
This commit is contained in:
parent
080bed8e88
commit
3339db2cb5
6 changed files with 70 additions and 63 deletions
6
test/e2e/kind.yaml
Normal file
6
test/e2e/kind.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
kind: Config
|
||||
apiVersion: kind.sigs.k8s.io/v1alpha2
|
||||
nodes:
|
||||
- role: control-plane
|
||||
- role: worker
|
||||
replicas: 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue