Skip to content

Commit

Permalink
Merge pull request #29 from dataiku/fix/dss122-sc-92162-ip-ranges-imp…
Browse files Browse the repository at this point in the history
…rovements-2

Fix example CIDR block [sc-92162]
  • Loading branch information
marchelleboid authored Aug 10, 2023
2 parents d3332e3 + 87faafd commit d396fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-clusters/create-gke-cluster/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{
"name": "podIpRange",
"label": "Pod IP range",
"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.",
"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.",
"type": "STRING",
"mandatory": false,
"visibilityCondition": "model.isVpcNative"
Expand Down

0 comments on commit d396fd3

Please sign in to comment.