Skip to content

Commit b8d67e3

Browse files
authored
node_pool disk_size_gb must be a number in docs
1 parent f556416 commit b8d67e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen/main/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The node_pools variable takes the following parameters:
167167
| auto_repair | Whether the nodes will be automatically repaired | true | Optional |
168168
| autoscaling | Configuration required by cluster autoscaler to adjust the size of the node pool to the current cluster usage | true | Optional |
169169
| auto_upgrade | Whether the nodes will be automatically upgraded | true (if cluster is regional) | Optional |
170-
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100GB | Optional |
170+
| disk_size_gb | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB | 100 | Optional |
171171
| disk_type | Type of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') | pd-standard | Optional |
172172
{% if beta_cluster %}
173173
| effect | Effect for the taint | | Required |

0 commit comments

Comments
 (0)