Migrate e2e cluster to kind

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-03-20 18:00:00 -03:00
parent 080bed8e88
commit 3339db2cb5
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
6 changed files with 70 additions and 63 deletions

6
test/e2e/kind.yaml Normal file
View file

@ -0,0 +1,6 @@
kind: Config
apiVersion: kind.sigs.k8s.io/v1alpha2
nodes:
- role: control-plane
- role: worker
replicas: 3