From 568f799e100919daeeab7408c1e9d8745e09bae5 Mon Sep 17 00:00:00 2001 From: Kevin Bimonte Date: Sat, 26 Oct 2024 11:37:09 -0400 Subject: [PATCH] feat: Add IPv6 Worker Networking content (#259) Signed-off-by: Kevin Bimonte --- cluster/operations/ipv6_networking.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cluster/operations/ipv6_networking.yml b/cluster/operations/ipv6_networking.yml index e69de29..efe46e5 100644 --- a/cluster/operations/ipv6_networking.yml +++ b/cluster/operations/ipv6_networking.yml @@ -0,0 +1,12 @@ +# +# This operations file will configure workers to communicate over +# the IPv6 Protocol in addition to existing IPv4 +# +# Requires the runtime-containerd.yml ops file +--- +- type: replace + path: /instance_groups/name=worker/containerd/ipv6? + value: + enabled: ((ipv6.enabled)) + pool: ((ipv6.pool)) + disable_masquerade: ((ipv6.disable_masquerade))