ingress-nginx-helm/test/e2e/kind.yaml

16 lines
301 B
YAML
Raw Normal View History

2019-06-29 22:32:02 +00:00
kind: Cluster
2020-04-16 00:26:08 +00:00
apiVersion: kind.x-k8s.io/v1alpha4
2019-03-20 21:00:00 +00:00
nodes:
2019-06-29 22:32:02 +00:00
- role: control-plane
- role: worker
- role: worker
2020-04-16 00:26:08 +00:00
kubeadmConfigPatches:
- |
kind: ClusterConfiguration
metadata:
name: config
2020-09-30 14:24:51 +00:00
controllerManager:
extraArgs:
namespace-sync-period: 10s
concurrent-deployment-syncs: "30"