mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00: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
@ -112,7 +112,8 @@ try {
|
|||||||
Set-EnvironmentVars
|
Set-EnvironmentVars
|
||||||
Create-Directories
|
Create-Directories
|
||||||
Download-HelperScripts
|
Download-HelperScripts
|
||||||
InstallAndStart-LoggingAgent
|
# Disable Stackdrver logging until issue is fixed.
|
||||||
|
# InstallAndStart-LoggingAgent
|
||||||
|
|
||||||
Create-DockerRegistryKey
|
Create-DockerRegistryKey
|
||||||
DownloadAndInstall-KubernetesBinaries
|
DownloadAndInstall-KubernetesBinaries
|
||||||
|
Loading…
Reference in New Issue
Block a user