File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1627,16 +1627,17 @@ function DownloadAndInstall-LoggingAgents {
1627
1627
Log- Output ' Extracting Logging agent'
1628
1628
Expand-Archive td.zip
1629
1629
mv .\td\td- agent- bit- ${LOGGINGAGENT_VERSION} - win64\ $LOGGINGAGENT_ROOT
1630
+ cd C:\
1630
1631
Remove-Item - Force - Recurse $install_dir
1631
1632
}
1632
1633
1633
1634
# Download Logging exporter if needed
1634
1635
if (ShouldWrite- File $LOGGINGEXPORTER_ROOT \flb-exporter.exe ) {
1636
+ $url = (" https://storage.googleapis.com/gke-release/winnode/fluentbit-exporter/${LOGGINGEXPORTER_VERSION} /flb-exporter-${LOGGINGEXPORTER_VERSION} .exe" )
1635
1637
Log- Output ' Downloading logging exporter'
1636
1638
New-Item $LOGGINGEXPORTER_ROOT - ItemType ' directory' - Force | Out-Null
1637
1639
MustDownload- File `
1638
- - OutFile $LOGGINGEXPORTER_ROOT \flb-exporter.exe `
1639
- - URLs ' https://storage.googleapis.com/gke-release/winnode/fluentbit-exporter/${LOGGINGEXPORTER_VERSION}/flb-exporter-${LOGGINGEXPORTER_VERSION}.exe'
1640
+ - OutFile $LOGGINGEXPORTER_ROOT \flb-exporter.exe - URLs $url
1640
1641
}
1641
1642
}
1642
1643
You can’t perform that action at this time.
0 commit comments