mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
GCE Windows: mkdir -p fluent-bit pos-files directory.
This commit is contained in:
parent
6baad0a1d4
commit
5c713379a0
@ -1810,7 +1810,7 @@ function Configure-LoggingAgent {
|
||||
$PARSERS_CONFIG | Out-File -FilePath $fluentbit_parser_file -Encoding ASCII
|
||||
|
||||
# Create directory for all the log position files.
|
||||
New-Item -Type Directory -Path "/var/run/google-fluentbit/pos-files/"
|
||||
New-Item -Type Directory -Path "/var/run/google-fluentbit/pos-files/" -Force | Out-Null
|
||||
|
||||
Log-Output "Wrote logging config to $fluentbit_parser_file"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user