Skip to content

Commit d396fd3

Browse files
Merge pull request #29 from dataiku/fix/dss122-sc-92162-ip-ranges-improvements-2
Fix example CIDR block [sc-92162]
2 parents d3332e3 + 87faafd commit d396fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-clusters/create-gke-cluster/cluster.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
{
9494
"name": "podIpRange",
9595
"label": "Pod IP range",
96-
"description": "[Optional] Range name or CIDR block/mask notation, e.g. 10.1.0.0/14 or /14. MUST not overlap with the subnet IP range. If using a named range, ensure it is at least as large as /21.",
96+
"description": "[Optional] Range name or CIDR block/mask notation, e.g. 10.1.0.0/16 or /16. MUST not overlap with the subnet IP range. If using a named range, ensure it is at least as large as /21.",
9797
"type": "STRING",
9898
"mandatory": false,
9999
"visibilityCondition": "model.isVpcNative"

0 commit comments

Comments
 (0)