diff --git a/create-cluster/README.md b/create-cluster/README.md
index 027d618..918eefa 100644
--- a/create-cluster/README.md
+++ b/create-cluster/README.md
@@ -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.
Example:
node-groups: \|
- name: "worker"
instance-type: "t3.medium"
disk: 100
nodes: 3
|
| tags | | False | Tags to assign to the cluster.
Example:
tags: \|
- key: "department"
value: "engineering"
|
-| ip-family | | False | IP Family to use for the cluster (ipv4|ipv6|dual) |
+| 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) |
diff --git a/create-cluster/action.yml b/create-cluster/action.yml
index e91c022..1f199c4 100644
--- a/create-cluster/action.yml
+++ b/create-cluster/action.yml
@@ -57,7 +57,7 @@ inputs:
value: "engineering"
required: false
ip-family:
- description: "IP Family to use for the cluster (ipv4|ipv6|dual)"
+ description: "IP Family to use for the cluster (ipv4, ipv6 or dual)"
required: false
kubeconfig-path:
description: "If specified, the kubeconfig will be written to this path"
diff --git a/prepare-cluster/README.md b/prepare-cluster/README.md
index a9804d7..c45c8fe 100644
--- a/prepare-cluster/README.md
+++ b/prepare-cluster/README.md
@@ -86,7 +86,7 @@ prepare_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.
Example:
node-groups: \|
- name: "worker"
instance-type: "t3.medium"
disk: 100
nodes: 3
|
| tags | | False | Tags to assign to the cluster.
Example:
tags: \|
- key: "department"
value: "engineering"
|
-| ip-family | | False | IP Family to use for the cluster (ipv4|ipv6|dual) |
+| 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) |
| helm-values | | False | A Helm values.yaml file to use |
diff --git a/prepare-cluster/action.yml b/prepare-cluster/action.yml
index 5448974..4d50fb2 100644
--- a/prepare-cluster/action.yml
+++ b/prepare-cluster/action.yml
@@ -70,7 +70,7 @@ inputs:
value: "engineering"
required: false
ip-family:
- description: "IP Family to use for the cluster (ipv4|ipv6|dual)"
+ description: "IP Family to use for the cluster (ipv4, ipv6 or dual)"
required: false
kubeconfig-path:
description: 'If specified, the kubeconfig will be written to this path'