Merge pull request #107478 from liurupeng/gke-updatefluentbitversion
Update fluent bit version to 1.8.10 for GKE windows container
This commit is contained in:
commit
45b6af6b71
|
@ -1852,7 +1852,7 @@ function Configure-NodeProblemDetector {
|
||||||
# TODO(pjh): move the logging agent code below into a separate
|
# TODO(pjh): move the logging agent code below into a separate
|
||||||
# module; it was put here temporarily to avoid disrupting the file layout in
|
# module; it was put here temporarily to avoid disrupting the file layout in
|
||||||
# the K8s release machinery.
|
# the K8s release machinery.
|
||||||
$LOGGINGAGENT_VERSION = '1.7.7'
|
$LOGGINGAGENT_VERSION = '1.8.10'
|
||||||
$LOGGINGAGENT_ROOT = 'C:\fluent-bit'
|
$LOGGINGAGENT_ROOT = 'C:\fluent-bit'
|
||||||
$LOGGINGAGENT_SERVICE = 'fluent-bit'
|
$LOGGINGAGENT_SERVICE = 'fluent-bit'
|
||||||
$LOGGINGAGENT_CMDLINE = '*fluent-bit.exe*'
|
$LOGGINGAGENT_CMDLINE = '*fluent-bit.exe*'
|
||||||
|
@ -1861,7 +1861,7 @@ $LOGGINGEXPORTER_VERSION = 'v0.17.0'
|
||||||
$LOGGINGEXPORTER_ROOT = 'C:\flb-exporter'
|
$LOGGINGEXPORTER_ROOT = 'C:\flb-exporter'
|
||||||
$LOGGINGEXPORTER_SERVICE = 'flb-exporter'
|
$LOGGINGEXPORTER_SERVICE = 'flb-exporter'
|
||||||
$LOGGINGEXPORTER_CMDLINE = '*flb-exporter.exe*'
|
$LOGGINGEXPORTER_CMDLINE = '*flb-exporter.exe*'
|
||||||
$LOGGINGEXPORTER_HASH = 'c808c9645d84b06b89932bd707d51a9d1d0b451b5a702a5f9b2b4462c8be6502'
|
$LOGGINGEXPORTER_HASH = 'f84bc732c9078421930cf9791c52066a56e692836e13857133d9927a35663a6b'
|
||||||
|
|
||||||
# Restart Logging agent or starts it if it is not currently running
|
# Restart Logging agent or starts it if it is not currently running
|
||||||
function Restart-LoggingAgent {
|
function Restart-LoggingAgent {
|
||||||
|
|
Loading…
Reference in New Issue