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 7ef010f commit e169514Copy full SHA for e169514
test/integration/node_pool/testdata/TestNodePool.json
@@ -598,6 +598,9 @@
598
"diskType": "pd-standard",
599
"effectiveCgroupMode": "EFFECTIVE_CGROUP_MODE_V1",
600
"imageType": "COS_CONTAINERD",
601
+ "kubeletConfig": {
602
+ "insecureKubeletReadonlyPortEnabled": false
603
+ },
604
"labels": {
605
"all-pools-example": "true",
606
"cluster_name": "node-pool-cluster-RANDOM_STRING",
@@ -673,7 +676,6 @@
673
676
"selfLink": "https://container.googleapis.com/v1/projects/PROJECT_ID/locations/europe-west4/clusters/node-pool-cluster-RANDOM_STRING/nodePools/pool-04",
674
677
"status": "RUNNING",
675
678
"upgradeSettings": {
- "maxSurge": 1,
679
"strategy": "SHORT_LIVED"
680
}
681
},
0 commit comments