diff --git a/cluster/gce/windows/configure.ps1 b/cluster/gce/windows/configure.ps1 index aedf681441a..99cf5e2496d 100644 --- a/cluster/gce/windows/configure.ps1 +++ b/cluster/gce/windows/configure.ps1 @@ -127,6 +127,7 @@ try { StartProcess-WriteSshKeys } + # Even if Stackdriver is already installed, the function will still [re]start the service. if (IsLoggingEnabled $kube_env) { InstallAndStart-LoggingAgent }