Skip to content

Commit

Permalink
Adding license-id and ip-family to prepare cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed May 21, 2024
1 parent 94e189e commit a6b5b89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions prepare-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ chart["chart"]
yaml_dir["yaml-dir"]
kubernetes_distribution["kubernetes-distribution"]
kubernetes_version["kubernetes-version"]
license_id["license-id"]
cluster_name["cluster-name"]
ttl["ttl"]
disk["disk"]
Expand All @@ -23,6 +24,7 @@ instance_type["instance-type"]
timeout_minutes["timeout-minutes"]
node_groups["node-groups"]
tags["tags"]
ip_family["ip-family"]
kubeconfig_path["kubeconfig-path"]
export_kubeconfig["export-kubeconfig"]
helm_values["helm-values"]
Expand All @@ -40,6 +42,7 @@ chart ---> prepare_cluster
yaml_dir ---> prepare_cluster
kubernetes_distribution ---> prepare_cluster
kubernetes_version ---> prepare_cluster
license_id ---> prepare_cluster
cluster_name ---> prepare_cluster
ttl ---> prepare_cluster
disk ---> prepare_cluster
Expand All @@ -50,6 +53,7 @@ instance_type ---> prepare_cluster
timeout_minutes ---> prepare_cluster
node_groups ---> prepare_cluster
tags ---> prepare_cluster
ip_family ---> prepare_cluster
kubeconfig_path ---> prepare_cluster
export_kubeconfig ---> prepare_cluster
helm_values ---> prepare_cluster
Expand All @@ -71,6 +75,7 @@ prepare_cluster ---> cluster_kubeconfig
| yaml-dir | | False | The directory containing multiple yamls for a Replicated release. |
| kubernetes-distribution | | True | Kubernetes distribution of the cluster to provision. |
| kubernetes-version | | False | Kubernetes version to provision (format is distribution dependent). |
| license-id | | False | License ID to use for the installation (required for Embedded Cluster distribution). |
| cluster-name | | False | Name of the cluster to provision |
| ttl | | False | Cluster TTL (duration, max 48h) |
| disk | | False | Disk size in GiB |
Expand All @@ -81,6 +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.<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|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 |
Expand Down

0 comments on commit a6b5b89

Please sign in to comment.