From 61ac8e3ee776e81d1cc5cf5e433faf459e474d1e Mon Sep 17 00:00:00 2001 From: Yu-Ju Hong Date: Wed, 3 Apr 2019 10:34:36 -0700 Subject: [PATCH] GCE/Windows: disable stackdriver logging agent The logging service could not be stopped at times, causing node startup failures. Disable it until the issue is fixed. --- cluster/gce/windows/configure.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/gce/windows/configure.ps1 b/cluster/gce/windows/configure.ps1 index 413a1d615b..a3d9d896be 100644 --- a/cluster/gce/windows/configure.ps1 +++ b/cluster/gce/windows/configure.ps1 @@ -112,7 +112,8 @@ try { Set-EnvironmentVars Create-Directories Download-HelperScripts - InstallAndStart-LoggingAgent + # Disable Stackdrver logging until issue is fixed. + # InstallAndStart-LoggingAgent Create-DockerRegistryKey DownloadAndInstall-KubernetesBinaries