Skip to content

Commit 92ebb00

Browse files
authored
chore: fix windows example to use containerd (#1449)
* chore: fix windows example to use containerd * fix test
1 parent e9de006 commit 92ebb00

File tree

2 files changed

+2
-2
lines changed
  • examples/simple_windows_node_pool
  • test/integration/simple_windows_node_pool/controls

2 files changed

+2
-2
lines changed

examples/simple_windows_node_pool/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module "gke" {
6161
auto_upgrade = true
6262
node_count = 1
6363
machine_type = "n2-standard-2"
64-
image_type = "WINDOWS_LTSC"
64+
image_type = "WINDOWS_LTSC_CONTAINERD"
6565
},
6666
]
6767
}

test/integration/simple_windows_node_pool/controls/gcloud.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
including(
193193
"name" => "win-pool-01",
194194
"config" => including(
195-
"imageType" => "WINDOWS_LTSC",
195+
"imageType" => "WINDOWS_LTSC_CONTAINERD",
196196
),
197197
),
198198
)

0 commit comments

Comments
 (0)