Skip to content

Commit

Permalink
Feature article for IPv6 (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Aug 13, 2024
1 parent 8254d95 commit 1fcf7ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions linkerd.io/content/2.16/features/ipv6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
title = "IPv6 Support"
description = "Linkerd is compatible with both IPv6-only and dual-stack clusters."
+++

As of version 2.16 (and edge-24.8.2) Linkerd fully supports Kubernetes clusters
configured for IPv6-only or dual-stack networking.

This is disabled by default; to enable just set `proxy.disableIPv6=false` when
installing the control plane and, if you use it, the linkerd-cni plugin.

Enabling IPv6 support does not generally change how Linkerd operates, except in
one way: when enabled on a dual-stack cluster, Linkerd will only use the IPv6
endpoints of destinations and will not use the IPv4 endpoints.

0 comments on commit 1fcf7ef

Please sign in to comment.