mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
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.
This commit is contained in:
parent
25ffbe6338
commit
2a37067735
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue