Skip to content

Commit

Permalink
Update README.md (#76)
Browse files Browse the repository at this point in the history
* Update README.md

Remove mention of ipv6 since that isn't actually supported yet

* make readme-all

---------

Co-authored-by: Xav Paice <[email protected]>
  • Loading branch information
AmberAlston and xavpaice authored Oct 17, 2024
1 parent 7712178 commit ae644f8
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 @@ -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, ipv6 or dual) |
| ip-family | | False | IP Family to use for the cluster (ipv4 or dual (kind clusters only)) |
| 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
2 changes: 1 addition & 1 deletion create-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ inputs:
value: "engineering"</pre>
required: false
ip-family:
description: "IP Family to use for the cluster (ipv4, ipv6 or dual)"
description: "IP Family to use for the cluster (ipv4 or dual (kind clusters only))"
required: false
kubeconfig-path:
description: "If specified, the kubeconfig will be written to this path"
Expand Down

0 comments on commit ae644f8

Please sign in to comment.