d10b40acb0
This commit adds testing of the VPN feature of Kilo to the e2e tests. Also, in order to make the tests less flaky, this commit ensures that the Kilo Pods use the "root" kubeconfig to connect to the API rather than the Kubernetes API's cluster IP, which can become unavailable when networking is reconfigured. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
12 lines
243 B
YAML
12 lines
243 B
YAML
kind: Cluster
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
nodes:
|
|
- role: control-plane
|
|
- role: worker
|
|
- role: worker
|
|
networking:
|
|
disableDefaultCNI: true # disable kindnet
|
|
podSubnet: 10.42.0.0/16
|
|
apiServerAddress: 172.18.0.1
|
|
apiServerPort: 6443
|