Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dual stack migration #248

Merged
merged 2 commits into from
Feb 13, 2022
Merged

Dual stack migration #248

merged 2 commits into from
Feb 13, 2022

Conversation

h3mmy
Copy link
Owner

@h3mmy h3mmy commented Feb 13, 2022

Description of the change

Adds very basic ipv6 stuff

Benefits

Possible drawbacks

Applicable issues

  • fixes #

Additional information

@bloopy-boi bloopy-boi bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Feb 13, 2022
@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Feb 13, 2022

Path: cluster/apps/networking/traefik/helm-release.yaml

@@ -245,7 +245,10 @@
 spec:
 type: LoadBalancer
 externalTrafficPolicy: Local
- loadBalancerIP: ${METALLB_TRAEFIK_ADDR}
+ ipFamilyPolicy: PreferDualStack
+ loadBalancerIPs:
+ - ${METALLB_TRAEFIK_ADDR}
+ - ${LB_V6_TRAEFIK}
 selector:
 app.kubernetes.io/name: traefik
 app.kubernetes.io/instance: traefik

@h3mmy h3mmy merged commit 5785eba into main Feb 13, 2022
@h3mmy h3mmy deleted the dual-stack-migration branch February 13, 2022 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant