Skip to content

Commit

Permalink
install/0000_00_cluster-version-operator_03_deployment: Bump to --v=5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wking committed Aug 30, 2020
1 parent 05f3d33 commit 88c222c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap-pod.yaml
Expand Up @@ -15,7 +15,7 @@ spec:
- "--release-image={{.ReleaseImage}}"
- "--enable-auto-update=false"
- "--enable-default-cluster-version=false"
- "--v=4"
- "--v=5"
- "--kubeconfig=/etc/kubernetes/kubeconfig"
securityContext:
privileged: true
Expand Down
Expand Up @@ -28,7 +28,7 @@ spec:
- "--enable-default-cluster-version=true"
- "--serving-cert-file=/etc/tls/serving-cert/tls.crt"
- "--serving-key-file=/etc/tls/serving-cert/tls.key"
- "--v=4"
- "--v=5"
resources:
requests:
cpu: 20m
Expand Down

0 comments on commit 88c222c

Please sign in to comment.