Skip to content

Commit

Permalink
make readme-all
Browse files Browse the repository at this point in the history
  • Loading branch information
xavpaice committed Oct 16, 2024
1 parent b94e33c commit 7f506c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ create_cluster ---> cluster_kubeconfig
| 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> |
| ip-family | | False | IP Family to use for the cluster (ipv4 or dual (kind clusters only)) |
| ip-family | | False | IP Family to use for the cluster (ipv4, ipv6 or dual) |
| kubeconfig-path | | False | If specified, the kubeconfig will be written to this path |
| export-kubeconfig | false | False | Export the KUBECONFIG variable (true/false) |

Expand Down

0 comments on commit 7f506c3

Please sign in to comment.