Merge pull request #75055 from pjh/gce-windows-disable-defender-again

Disable Windows Defender in Windows nodes on GCE again.
pull/564/head
Kubernetes Prow Robot 2019-03-07 01:07:26 -08:00 committed by GitHub
commit 57da888ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ try {
Dump-DebugInfoToConsole
Set-PrerequisiteOptions
$kube_env = Fetch-KubeEnv
Disable-WindowsDefender
if (Test-IsTestCluster $kube_env) {
Log-Output 'Test cluster detected, installing OpenSSH.'