Skip to content

Commit

Permalink
Merge pull request #98 from husky-parul/pods
Browse files Browse the repository at this point in the history
Change log verbosity to 1
  • Loading branch information
rootfs authored Jul 18, 2023
2 parents 746d6e5 + b286958 commit 0ce4d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/kepler_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ func (r *collectorReconciler) ensureDaemonSet(l klog.Logger) (bool, error) {
Privileged: &scc_value,
},
Image: image,
Command: []string{"/usr/bin/kepler", "-address", bindAddress, "-enable-gpu=true", "-enable-cgroup-id=true", "-v=5", "-kernel-source-dir=/usr/share/kepler/kernel_sources"},
Command: []string{"/usr/bin/kepler", "-address", bindAddress, "-enable-gpu=true", "-enable-cgroup-id=true", "-v=1", "-kernel-source-dir=/usr/share/kepler/kernel_sources"},
Ports: []corev1.ContainerPort{{
ContainerPort: collectorPort,
Name: "http",
Expand Down

0 comments on commit 0ce4d2d

Please sign in to comment.