From 54d9f9a75b4e46abf6672d930f27cc5c7b9784da Mon Sep 17 00:00:00 2001 From: Angela Li Date: Tue, 3 Sep 2019 13:03:01 -0700 Subject: [PATCH] Add comment --- cluster/gce/windows/configure.ps1 | 1 + 1 file changed, 1 insertion(+) 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 }