Skip to content

Commit

Permalink
chore(nks): nodepool node count optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingyum Kim committed Oct 8, 2024
1 parent 3e38a07 commit 52b3eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/nks_node_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The following arguments are supported:

* `node_pool_name` - (Required) Nodepool name.
* `cluster_uuid` - (Required) Cluster uuid.
* `node_count` - (Required) Number of nodes.
* `node_count` - (Optioanl) Number of nodes. (Required when autoscale is disabled)
* `product_code` - (Optional) Product code. Required for `XEN`/`RHV` cluster nodepool.
* `server_spec_code` - (Optional) Server spec code. (Required for `KVM` cluster nodepool)
* `storage_size` - (Optional) Default storage size for `KVM` nodepool. (Default `100GB`)
Expand Down

0 comments on commit 52b3eea

Please sign in to comment.