diff --git a/docs/enterprise/installing-general-requirements.mdx b/docs/enterprise/installing-general-requirements.mdx index 32dbba73ec..0dd3671519 100644 --- a/docs/enterprise/installing-general-requirements.mdx +++ b/docs/enterprise/installing-general-requirements.mdx @@ -266,7 +266,9 @@ KOTS has been tested for compatibility with the following registries: -## Firewall Openings for Online Installations with KOTS in an Existing Cluster {#firewall} +## Network Requirements for Online Installations + +### Firewall Openings {#firewall} @@ -304,3 +306,7 @@ KOTS has been tested for compatibility with the following registries: * Required only if the application uses the [Replicated proxy registry](/vendor/private-images-about). ** Required only if the application uses the [Replicated registry](/vendor/private-images-replicated). + +### IPv4 or IPv4/IPv6 Dual-Stack Only + +KOTS does not support online installations in single-stack IPv6-only environments. Environments that use IPv4 or dual-stack IPv4/IPv6 networking are supported. \ No newline at end of file diff --git a/docs/enterprise/installing-kurl-requirements.mdx b/docs/enterprise/installing-kurl-requirements.mdx index c4f8fed0fc..eb6436e6e9 100644 --- a/docs/enterprise/installing-kurl-requirements.mdx +++ b/docs/enterprise/installing-kurl-requirements.mdx @@ -36,7 +36,9 @@ You must meet the additional kURL system requirements when applicable: - **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. -## Firewall Openings for Online Installations with kURL {#firewall} +## Network Requirements for Online Installations + +### Firewall Openings {#firewall} @@ -73,4 +75,8 @@ You must meet the additional kURL system requirements when applicable: * Required only if the application uses the [Replicated proxy registry](/vendor/private-images-about). -** Required only if the application uses the [Replicated registry](/vendor/private-images-replicated). \ No newline at end of file +** Required only if the application uses the [Replicated registry](/vendor/private-images-replicated). + +### IPv4 or IPv4/IPv6 Dual-Stack Only + +kURL does not support online installations in single-stack IPv6-only environments. Environments that use IPv4 or dual-stack IPv4/IPv6 networking are supported. \ No newline at end of file diff --git a/docs/vendor/embedded-overview.mdx b/docs/vendor/embedded-overview.mdx index 69beff301d..2b0ec9afed 100644 --- a/docs/vendor/embedded-overview.mdx +++ b/docs/vendor/embedded-overview.mdx @@ -137,3 +137,5 @@ Embedded Cluster has the following limitations: * **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. * **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. + +* **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. \ No newline at end of file