Skip to content

Commit

Permalink
Merge pull request #2340 from replicatedhq/joshd/add-ip-family
Browse files Browse the repository at this point in the history
Adding IP Family
  • Loading branch information
jdewinne committed May 21, 2024
2 parents 7984503 + 3e33ad0 commit f570908
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 4 deletions.
12 changes: 9 additions & 3 deletions docs/reference/replicated-cli-cluster-create.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import Help from "../partials/replicated-cli/_help.mdx"
import Output from "../partials/replicated-cli/_output.mdx"
import Help from "../partials/replicated-cli/\_help.mdx"
import Output from "../partials/replicated-cli/\_output.mdx"

# cluster create

Create clusters for compatibility testing. For more information, see [About the Compatibility Matrix](/vendor/testing-about).

## Usage

```bash
replicated cluster create [flags]
```
Expand Down Expand Up @@ -38,7 +39,12 @@ replicated cluster create [flags]
<td>The type of instance to use for nodes in the cluster. For supported instance types, see <a href="/vendor/testing-supported-clusters">Supported Compatibility Matrix Cluster Types (Beta)</a>.</td>
</tr>
<tr>
<td>--license</td>
<td>--ip-family</td>
<td>string</td>
<td>IP Family to use for the cluster (ipv4|ipv6|dual). <strong>Default:</strong> ipv4</td>
</tr>
<tr>
<td>--license-id</td>
<td>string</td>
<td>A valid customer license ID. Required for Replicated embedded cluster distribution.</td>
</tr>
Expand Down
38 changes: 37 additions & 1 deletion docs/vendor/testing-supported-clusters.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Pool from "../partials/cmx/_openshift-pool.mdx"
import Pool from "../partials/cmx/\_openshift-pool.mdx"

# Supported Compatibility Matrix Cluster Types

Expand Down Expand Up @@ -39,6 +39,10 @@ The compatibility matrix supports creating [kind](https://kind.sigs.k8s.io/) clu
<th>Nodes</th>
<td>Supports a single node.</td>
</tr>
<tr>
<th>IP Family</th>
<td>Supports `ipv4` or `dual`.</td>
</tr>
<tr>
<th>Limitations</th>
<td>See <a href="testing-about#limitations">Limitations</a></td>
Expand Down Expand Up @@ -82,6 +86,10 @@ The compatibility matrix supports creating [k3s](https://k3s.io) clusters.
<th>Nodes</th>
<td>Supports multiple nodes.</td>
</tr>
<tr>
<th>IP Family</th>
<td>Supports `ipv4`.</td>
</tr>
<tr>
<th>Limitations</th>
<td>For additional limitations that apply to all distributions, see <a href="testing-about#limitations">Limitations</a>.</td>
Expand Down Expand Up @@ -125,6 +133,10 @@ The compatibility matrix supports creating [RKE2](https://docs.rke2.io/) cluster
<th>Nodes</th>
<td>Supports multiple nodes.</td>
</tr>
<tr>
<th>IP Family</th>
<td>Supports `ipv4`.</td>
</tr>
<tr>
<th>Limitations</th>
<td>For additional limitations that apply to all distributions, see <a href="testing-about#limitations">Limitations</a>.</td>
Expand Down Expand Up @@ -171,6 +183,10 @@ By default, kubeconfig context is set to the `kubeadmin` user. To switch to the
<th>Nodes</th>
<td>Supports multiple nodes for versions 4.13.0-okd and later.</td>
</tr>
<tr>
<th>IP Family</th>
<td>Supports `ipv4`.</td>
</tr>
<tr>
<th>Limitations</th>
<td>
Expand Down Expand Up @@ -219,6 +235,10 @@ The compatibility matrix supports creating clusters with Replicated embedded clu
<th>Nodes</th>
<td>Supports a single node.</td>
</tr>
<tr>
<th>IP Family</th>
<td>Supports `ipv4`.</td>
</tr>
<tr>
<th>Limitations</th>
<td>
Expand Down Expand Up @@ -266,6 +286,10 @@ The compatibility matrix supports creating [kURL](https://kurl.sh) clusters.
<th>Nodes</th>
<td>Supports multiple nodes.</td>
</tr>
<tr>
<th>IP Family</th>
<td>Supports `ipv4`.</td>
</tr>
<tr>
<th>Limitations</th>
<td><p>Does not work with the <a href="https://kurl.sh/docs/add-ons/longhorn">Longhorn add-on</a>.</p><p>For additional limitations that apply to all distributions, see <a href="testing-about#limitations">Limitations</a>.</p></td>
Expand Down Expand Up @@ -309,6 +333,10 @@ The compatibility matrix supports creating [AWS EKS](https://aws.amazon.com/eks/
<th>Nodes</th>
<td>Supports multiple nodes.</td>
</tr>
<tr>
<th>IP Family</th>
<td>Supports `ipv4`.</td>
</tr>
<tr>
<th>Limitations</th>
<td><p>You can only choose a minor version, not a patch version. The EKS installer chooses the latest patch for that minor version.</p><p>For additional limitations that apply to all distributions, see <a href="testing-about#limitations">Limitations</a>.</p></td>
Expand Down Expand Up @@ -348,6 +376,10 @@ The compatibility matrix supports creating [Google GKE](https://cloud.google.com
<th>Nodes</th>
<td>Supports multiple nodes.</td>
</tr>
<tr>
<th>IP Family</th>
<td>Supports `ipv4`.</td>
</tr>
<tr>
<th>Limitations</th>
<td><p>You can choose only a minor version, not a patch version. The GKE installer chooses the latest patch for that minor version.</p><p>For additional limitations that apply to all distributions, see <a href="testing-about#limitations">Limitations</a>.</p></td>
Expand Down Expand Up @@ -387,6 +419,10 @@ The compatibility matrix supports creating [Azure AKS](https://azure.microsoft.c
<th>Nodes</th>
<td>Supports multiple nodes.</td>
</tr>
<tr>
<th>IP Family</th>
<td>Supports `ipv4`.</td>
</tr>
<tr>
<th>Limitations</th>
<td><p>You can choose only a minor version, not a patch version. The AKS installer chooses the latest patch for that minor version.</p><p>For additional limitations that apply to all distributions, see <a href="testing-about#limitations">Limitations</a>.</p></td>
Expand Down

0 comments on commit f570908

Please sign in to comment.