Skip to content

Commit b3d4b8e

Browse files
authored
Merge pull request kubernetes#93912 from barney-s/fluentbit_win
Use fluentbit as logging agent. Replace stackdriver
2 parents 2318a13 + bbe7b2e commit b3d4b8e

File tree

2 files changed

+343
-273
lines changed

2 files changed

+343
-273
lines changed

cluster/gce/windows/configure.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ try {
148148
Configure-GcePdTools
149149
Configure-Kubelet
150150

151-
# Even if Stackdriver is already installed, the function will still [re]start the service.
151+
# Even if Logging agent is already installed, the function will still [re]start the service.
152152
if (IsLoggingEnabled $kube_env) {
153153
Install-LoggingAgent
154154
Configure-LoggingAgent

0 commit comments

Comments
 (0)