Skip to content

Commit 242757c

Browse files
authored
Merge pull request #3604 from replicatedhq/ipv6-limitation
Add IPv6 limitation to EC/KOTS/kURL
2 parents 4b95c77 + 8e356e9 commit 242757c

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

docs/enterprise/installing-general-requirements.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ KOTS has been tested for compatibility with the following registries:
266266

267267
<DockerCompatibility/>
268268

269-
## Firewall Openings for Online Installations with KOTS in an Existing Cluster {#firewall}
269+
## Network Requirements for Online Installations
270+
271+
### Firewall Openings {#firewall}
270272

271273
<FirewallOpeningsIntro/>
272274

@@ -304,3 +306,7 @@ KOTS has been tested for compatibility with the following registries:
304306
&#42; Required only if the application uses the [Replicated proxy registry](/vendor/private-images-about).
305307

306308
&#42;&#42; Required only if the application uses the [Replicated registry](/vendor/private-images-replicated).
309+
310+
### IPv4 or IPv4/IPv6 Dual-Stack Only
311+
312+
KOTS does not support online installations in single-stack IPv6-only environments. Environments that use IPv4 or dual-stack IPv4/IPv6 networking are supported.

docs/enterprise/installing-kurl-requirements.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ You must meet the additional kURL system requirements when applicable:
3636

3737
- **Cloud Disk Performance**: For a list of cloud VM instance and disk combinations that are known to provide sufficient performance for etcd and pass the write latency preflight, see [Cloud Disk Performance](https://kurl.sh/docs/install-with-kurl/system-requirements#cloud-disk-performance) in the kURL documentation.
3838

39-
## Firewall Openings for Online Installations with kURL {#firewall}
39+
## Network Requirements for Online Installations
40+
41+
### Firewall Openings {#firewall}
4042

4143
<FirewallOpeningsIntro/>
4244

@@ -73,4 +75,8 @@ You must meet the additional kURL system requirements when applicable:
7375

7476
&#42; Required only if the application uses the [Replicated proxy registry](/vendor/private-images-about).
7577

76-
&#42;&#42; Required only if the application uses the [Replicated registry](/vendor/private-images-replicated).
78+
&#42;&#42; Required only if the application uses the [Replicated registry](/vendor/private-images-replicated).
79+
80+
### IPv4 or IPv4/IPv6 Dual-Stack Only
81+
82+
kURL does not support online installations in single-stack IPv6-only environments. Environments that use IPv4 or dual-stack IPv4/IPv6 networking are supported.

docs/vendor/embedded-overview.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,5 @@ Embedded Cluster has the following limitations:
137137
* **Policy enforcement on Embedded Cluster workloads is not supported**: The Embedded Cluster runs workloads that require higher levels of privilege. If your application installs a policy enforcement engine such as Gatekeeper or Kyverno, ensure that its policies are not enforced in the namespaces used by Embedded Cluster.
138138

139139
* **Installing on STIG- and CIS-hardened OS images is not supported**: Embedded Cluster isn't tested on these images, and issues have arisen when trying to install on them. Embedded Cluster version 2.8.0 and later will install in standard SELinux environments by setting appropriate SELinux file contexts on the bin directory and restoring SELinux contexts for the data directory after creation.
140+
141+
* **Single-stack IPv6 not supported**: Embedded Cluster does not support installations in single-stack IPv6-only environments. Environments that use IPv4 or dual-stack IPv4/IPv6 networking are supported.

0 commit comments

Comments
 (0)