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 a9be73c commit b12fdb6Copy full SHA for b12fdb6
test/integration/node_pool/controls/gcloud.rb
@@ -37,7 +37,7 @@
37
it "has the expected cluster autoscaling settings" do
38
expect(data['autoscaling']).to eq({
39
"autoprovisioningNodePoolDefaults" => {
40
- "imageType"=>"COS",
+ "imageType"=>"COS_CONTAINERD",
41
"oauthScopes" => %w(https://www.googleapis.com/auth/cloud-platform),
42
"serviceAccount" => "default"
43
},
0 commit comments