Skip to content

Commit

Permalink
[e2e/multikueue]Increase logging level on k8s componenets
Browse files Browse the repository at this point in the history
  • Loading branch information
trasc committed Jan 31, 2024
1 parent b10f549 commit 974b886
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions hack/multikueue/manager-cluster.kind.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
kubeadmConfigPatches:
- |
kind: ClusterConfiguration
apiVersion: kubeadm.k8s.io/v1beta3
scheduler:
extraArgs:
v: "2"
controllerManager:
extraArgs:
v: "2"
apiServer:
extraArgs:
enable-aggregator-routing: "true"
v: "2"
16 changes: 16 additions & 0 deletions hack/multikueue/worker-cluster.kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,19 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
apiServerAddress: "FILLED_AT_RUNTIME"
nodes:
- role: control-plane
kubeadmConfigPatches:
- |
kind: ClusterConfiguration
apiVersion: kubeadm.k8s.io/v1beta3
scheduler:
extraArgs:
v: "2"
controllerManager:
extraArgs:
v: "2"
apiServer:
extraArgs:
enable-aggregator-routing: "true"
v: "2"

0 comments on commit 974b886

Please sign in to comment.