This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize klog flags so it logs to stderr
This got not caught in CircleCI as it does not perform a rebase on-top of latest master before testing. We bumped client-go a while ago which included a switch to klog, the klog flags need to be intialized before they can be set, as we did not have this initialization in place, the operator was unable to start. As logging to stderr is now the default for klog; only initialize the flags so it is enabled.
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters