Skip to content

Commit

Permalink
Use --v 4 on kube-controller-manager for debugging in e2e-tests (#1693)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
  • Loading branch information
ANeumann82 committed Sep 25, 2020
1 parent 963d38f commit 105c589
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/e2e/kind-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
kind: Cluster
apiVersion: kind.sigs.k8s.io/v1alpha4
nodes:
- role: control-plane
kubeadmConfigPatches:
- |
kind: ClusterConfiguration
controllerManager:
extraArgs:
"v": "4"
1 change: 1 addition & 0 deletions test/kudo-e2e-test.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ commands:
startKIND: true
kindContainers:
- kudobuilder/controller:%version%
kindConfig: ./test/e2e/kind-config.yaml
timeout: 300
skipDelete: true
artifactsDir: reports/kind-logs

0 comments on commit 105c589

Please sign in to comment.