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

Added KB, which describes the problem of unreachability of the Harvester VIP from the VMs created within Harvester itself with the workaround. #46

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

glovecchi0
Copy link

Added KB, which describes the problem of unreachability of the Harvester VIP from the VMs created within Harvester itself with the workaround.

Giovanni Lo Vecchio added 4 commits October 11, 2023 10:31
…ter VIP from the VMs created within Harvester itself with the workaround.
@netlify
Copy link

netlify bot commented Oct 11, 2023

Deploy Preview for harvester-home-preview ready!

Name Link
🔨 Latest commit d299e40
🔍 Latest deploy log https://app.netlify.com/sites/harvester-home-preview/deploys/65265e785c1dda00080e38e3
😎 Deploy Preview https://deploy-preview-46--harvester-home-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@connorkuehl
Copy link

I've been investigating this issue on the Harvester side, and I don't fully understand the impact of this recommendation.

For example, RKE1 and RKE2 both specifically set this sysctl to 1, presumably because the Kubernetes documentation[1] states:

For plugin developers and users who regularly build or deploy Kubernetes, the plugin may also need specific configuration to support kube-proxy. The iptables proxy depends on iptables, and the plugin may need to ensure that container traffic is made available to iptables. For example, if the plugin connects containers to a Linux bridge, the plugin must set the net/bridge/bridge-nf-call-iptables sysctl to 1 to ensure that the iptables proxy functions correctly.

and we definitely make use of the bridge CNI plugin.

Do you have any insight or pointers to any relevant docs to help us better understand the implication of setting this sysctl to 0?

[1] https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#network-plugin-requirements

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.

2 participants