Skip to content

Commit

Permalink
Reduce verbosity of kube-rbac-proxy logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSpeed committed Dec 15, 2020
1 parent 063975e commit 039fcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ func newKubeProxyContainer(image, portName, upstreamPort string, exposePort int3
fmt.Sprintf("--tls-cert-file=%s/tls.crt", tlsCertMountPath),
fmt.Sprintf("--tls-private-key-file=%s/tls.key", tlsCertMountPath),
"--logtostderr=true",
"--v=10",
"--v=3",
}
ports := []corev1.ContainerPort{{
Name: portName,
Expand Down

0 comments on commit 039fcf2

Please sign in to comment.