GCE Windows: Upgrade to fluent-bit 1.7.7, 1.7.6 had a major regression.

This commit is contained in:
Jeremy Edwards 2021-06-01 16:25:21 +00:00
parent 037e7f8f37
commit 3cb4f3e1bf

View File

@ -1798,7 +1798,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*'