Skip to content

Commit e169514

Browse files
authored
Update TestNodePool.json
1 parent 7ef010f commit e169514

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/integration/node_pool/testdata/TestNodePool.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,9 @@
598598
"diskType": "pd-standard",
599599
"effectiveCgroupMode": "EFFECTIVE_CGROUP_MODE_V1",
600600
"imageType": "COS_CONTAINERD",
601+
"kubeletConfig": {
602+
"insecureKubeletReadonlyPortEnabled": false
603+
},
601604
"labels": {
602605
"all-pools-example": "true",
603606
"cluster_name": "node-pool-cluster-RANDOM_STRING",
@@ -673,7 +676,6 @@
673676
"selfLink": "https://container.googleapis.com/v1/projects/PROJECT_ID/locations/europe-west4/clusters/node-pool-cluster-RANDOM_STRING/nodePools/pool-04",
674677
"status": "RUNNING",
675678
"upgradeSettings": {
676-
"maxSurge": 1,
677679
"strategy": "SHORT_LIVED"
678680
}
679681
},

0 commit comments

Comments
 (0)