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

add support for experimental option "prefer-bundled-bin" #214

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

matteyeux
Copy link
Contributor

Add support for experimental option "prefer-bundled-bin"

Summary

This pull request adds support for the experimental option prefer-bundled-bin to use bundled iptables instead of the OS iptables (which can be buggy see: https://docs.k3s.io/advanced#old-iptables-versions)

It wil be then added to the k3s config :

---

cluster-init: true
default-local-storage-path: /opt/storage
disable-network-policy: true
flannel-backend: none
node-label:
- group=vm
prefer-bundled-bin: true <--- this one

Closes #213

@onedr0p onedr0p merged commit 37fda0a into PyratLabs:main Oct 27, 2023
10 checks passed
@matteyeux
Copy link
Contributor Author

@onedr0p thank you for merging my PR, any plan to make a new release ?

@onedr0p
Copy link
Collaborator

onedr0p commented Oct 30, 2023

I'm sure one will be made eventually, however in the meantime you can pin the role in your galaxy config file to branch and sha.

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.

Add --prefer-bundled-bin to systemd service
2 participants