Merge pull request #102495 from jeremyje/fb177

GCE Windows: Upgrade to fluent-bit 1.7.7, 1.7.6 had a major regression.
This commit is contained in:
Kubernetes Prow Robot 2021-06-11 17:03:01 -07:00 committed by GitHub
commit 1400be60ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1800,7 +1800,7 @@ function Configure-NodeProblemDetector {
# TODO(pjh): move the logging agent code below into a separate
# module; it was put here temporarily to avoid disrupting the file layout in
# the K8s release machinery.
$LOGGINGAGENT_VERSION = '1.7.6'
$LOGGINGAGENT_VERSION = '1.7.7'
$LOGGINGAGENT_ROOT = 'C:\fluent-bit'
$LOGGINGAGENT_SERVICE = 'fluent-bit'
$LOGGINGAGENT_CMDLINE = '*fluent-bit.exe*'