Skip to content

Commit

Permalink
Update docs for create-cluster (#74)
Browse files Browse the repository at this point in the history
* Update docs for create-cluster

* run make readme-all
  • Loading branch information
xavpaice authored Dec 1, 2024
1 parent ae644f8 commit dae7b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ create_cluster ---> cluster_kubeconfig
| nodes | | False | Number of nodes to provision |
| min-nodes | | False | Minimum number of nodes to provision |
| max-nodes | | False | Maximum number of nodes to provision |
| instance-type | | False | Instance type to provision |
| instance-type | | False | Instance type to provision (ignored if you specify node-groups) |
| timeout-minutes | 20 | False | Time to wait for the cluster to have a status of `running` |
| node-groups | | False | Node groups to provision.<br>Example:<br><pre>node-groups: \|<br> - name: "worker"<br> instance-type: "t3.medium"<br> disk: 100<br> nodes: 3</pre><br> |
| tags | | False | Tags to assign to the cluster.<br>Example:<br><pre>tags: \|<br> - key: "department"<br> value: "engineering"</pre><br> |
Expand Down
2 changes: 1 addition & 1 deletion create-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inputs:
description: "Maximum number of nodes to provision"
required: false
instance-type:
description: "Instance type to provision"
description: "Instance type to provision (ignored if you specify node-groups)"
required: false
timeout-minutes:
description: "Time to wait for the cluster to have a status of `running`"
Expand Down

0 comments on commit dae7b0f

Please sign in to comment.