Skip to content

Commit

Permalink
feat: Add IPv6 Worker Networking content (concourse#259)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Bimonte <[email protected]>
  • Loading branch information
Kevin Bimonte committed Oct 26, 2024
1 parent 0765290 commit 568f799
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cluster/operations/ipv6_networking.yml
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 568f799

Please sign in to comment.