Skip to content

Commit

Permalink
Increase log level in k8s components (kubernetes#1492)
Browse files Browse the repository at this point in the history
Change-Id: I14c402d4925839f959853b4533d0659dc8785d6e
  • Loading branch information
alculquicondor authored Dec 18, 2023
1 parent 32d4c15 commit a5a331a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions hack/kind-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,22 @@ nodes:
apiServer:
extraArgs:
enable-aggregator-routing: "true"
v: "2"
- role: worker
labels:
instance-type: on-demand
kubeadmConfigPatches:
- |
kind: InitConfiguration
nodeRegistration:
kubeletExtraArgs:
v: "2"
- role: worker
labels:
instance-type: spot
kubeadmConfigPatches:
- |
kind: InitConfiguration
nodeRegistration:
kubeletExtraArgs:
v: "2"

0 comments on commit a5a331a

Please sign in to comment.