Disable Windows Defender in Windows nodes on GCE again.

This reverts commit fbf4fe4714. Windows
Defender seems to be causing our Windows nodes to crash and reboot
during e2e tests, e.g.
https://gcsweb.k8s.io/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-windows-gce/228/artifacts/e2e-228-36623-windows-node-group-q4.
pull/564/head
Peter Hornyack 2019-03-06 11:41:44 -08:00
parent 596a48dd64
commit 80c635880d
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.'