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

Update charts to have ipFamilyPolicy: PreferDualStack as default #4780

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

manuelbuil
Copy link
Contributor

@manuelbuil manuelbuil commented Sep 21, 2023

Proposed Changes

Bumps chart versions to include the rancher/rke2-charts#372 that makes the option ipFamilyPolicy: PreferDualStack as default

Types of Changes

Version bump

Verification

Deploy rke2 in dualStack mode and check that now all services, except for kubernetes, have ipFamilyPolicy: PreferDualStack:

kubectl get svc -A -o yaml | grep Family
    ipFamilyPolicy: SingleStack
    ipFamilyPolicy: PreferDualStack
    ipFamilyPolicy: PreferDualStack
    ipFamilyPolicy: PreferDualStack
    ipFamilyPolicy: PreferDualStack

Testing

Linked Issues

#4776

User-Facing Change

Use ipFamilyPolicy: PreferDualStack for system services: coredns, metrics-server, nginx and snapshot-validation-webhook

Further Comments

@manuelbuil manuelbuil requested a review from a team as a code owner September 21, 2023 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants