From 92ebb0023278a32d4083dd229eb490af2a796893 Mon Sep 17 00:00:00 2001 From: Bharath KKB Date: Thu, 3 Nov 2022 00:44:24 -0500 Subject: [PATCH] chore: fix windows example to use containerd (#1449) * chore: fix windows example to use containerd * fix test --- examples/simple_windows_node_pool/main.tf | 2 +- test/integration/simple_windows_node_pool/controls/gcloud.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/simple_windows_node_pool/main.tf b/examples/simple_windows_node_pool/main.tf index 0b63ed502a..611c9b09bc 100644 --- a/examples/simple_windows_node_pool/main.tf +++ b/examples/simple_windows_node_pool/main.tf @@ -61,7 +61,7 @@ module "gke" { auto_upgrade = true node_count = 1 machine_type = "n2-standard-2" - image_type = "WINDOWS_LTSC" + image_type = "WINDOWS_LTSC_CONTAINERD" }, ] } diff --git a/test/integration/simple_windows_node_pool/controls/gcloud.rb b/test/integration/simple_windows_node_pool/controls/gcloud.rb index f3c41eb593..b431796da1 100644 --- a/test/integration/simple_windows_node_pool/controls/gcloud.rb +++ b/test/integration/simple_windows_node_pool/controls/gcloud.rb @@ -192,7 +192,7 @@ including( "name" => "win-pool-01", "config" => including( - "imageType" => "WINDOWS_LTSC", + "imageType" => "WINDOWS_LTSC_CONTAINERD", ), ), )