We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d9f9a commit 1d27242Copy full SHA for 1d27242
cluster/gce/windows/configure.ps1
@@ -127,18 +127,16 @@ try {
127
StartProcess-WriteSshKeys
128
}
129
130
- # Even if Stackdriver is already installed, the function will still [re]start the service.
131
- if (IsLoggingEnabled $kube_env) {
132
- InstallAndStart-LoggingAgent
133
- }
134
-
135
Set-EnvironmentVars
136
Create-Directories
137
Download-HelperScripts
138
139
- Install-LoggingAgent
140
- Configure-LoggingAgent
141
- Restart-LoggingAgent
+ # Even if Stackdriver is already installed, the function will still [re]start the service.
+ if (IsLoggingEnabled $kube_env) {
+ Install-LoggingAgent
+ Configure-LoggingAgent
+ Restart-LoggingAgent
+ }
142
143
Create-DockerRegistryKey
144
Configure-Dockerd
0 commit comments