Skip to content

Commit 88c222c

Browse files
committed
install/0000_00_cluster-version-operator_03_deployment: Bump to --v=5
To pick up all the .V(5) logging in pkg/cvo/sync_worker.go. I'm especially interested in the main select loop in SyncWorker.Start, because we have one recent cluster where the sync worker loop apparently goes to sleep for no clear reason [1]. [1]: https://bugzilla.redhat.com/show_bug.cgi?id=1873900
1 parent 05f3d33 commit 88c222c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap/bootstrap-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
- "--release-image={{.ReleaseImage}}"
1616
- "--enable-auto-update=false"
1717
- "--enable-default-cluster-version=false"
18-
- "--v=4"
18+
- "--v=5"
1919
- "--kubeconfig=/etc/kubernetes/kubeconfig"
2020
securityContext:
2121
privileged: true

install/0000_00_cluster-version-operator_03_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- "--enable-default-cluster-version=true"
2929
- "--serving-cert-file=/etc/tls/serving-cert/tls.crt"
3030
- "--serving-key-file=/etc/tls/serving-cert/tls.key"
31-
- "--v=4"
31+
- "--v=5"
3232
resources:
3333
requests:
3434
cpu: 20m

0 commit comments

Comments
 (0)