Skip to content

Commit c7bf766

Browse files
committed
Updated Limitations
1 parent 6681f88 commit c7bf766

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/operator-nexus/howto-kubernetes-cluster-dual-stack.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create dual-stack Azure Operator Nexus Kubernetes cluster
3-
description: Learn how to create dual-stack Azure Operator Nexus Kubernetes cluster
3+
description: Learn how to create dual-stack Azure Operator Nexus Kubernetes cluster.
44
author: dramasamy
55
ms.author: dramasamy
66
ms.service: azure-operator-nexus
@@ -25,9 +25,8 @@ Before proceeding with this how-to guide, it's recommended that you:
2525

2626
## Limitations
2727

28-
* Single stack IPv6-only isn't supported for node or pod IP addresses. Services can be provisioned on IPv4 or IPv6.
28+
* Single stack IPv6-only isn't supported for node or pod IP addresses. Workload Pods and services can use dual-stack (IPv4/IPv6).
2929
* Kubernetes administration API access to the cluster is IPv4 only. Any kubeconfig must be IPv4 because kube-vip for the kubernetes API server only sets up an IPv4 address.
30-
* Kubernetes control plane supports only IPv4, while workload Pods and services can use dual-stack (IPv4/IPv6).
3130

3231
## Configuration options
3332

@@ -60,7 +59,7 @@ After updating the Pod and Service CIDR configuration to your parameter file, yo
6059

6160
By following these instructions, you can create a dual-stack Nexus Kubernetes cluster with the desired IP pool configuration and take advantage of the dual-stack in your cluster services.
6261

63-
To enable dual-stack `LoadBalancer` services in your cluster, you must ensure that the [IP pools are configured](./howto-kubernetes-service-load-balancer.md) with both IPv4 and IPv6 addresses. This will allow the LoadBalancer service to allocate IP addresses from the specified IP pools for the services, enabling effective communication between the services and the external network.
62+
To enable dual-stack `LoadBalancer` services in your cluster, you must ensure that the [IP pools are configured](./howto-kubernetes-service-load-balancer.md) with both IPv4 and IPv6 addresses. This allows the LoadBalancer service to allocate IP addresses from the specified IP pools for the services, enabling effective communication between the services and the external network.
6463

6564
### Example parameters
6665

0 commit comments

Comments
 (0)