Giter Club home page Giter Club logo

Comments (4)

caseydavenport avatar caseydavenport commented on September 21, 2024

I've confirmed that this is still an issue using v4.1.0.

from cluster-ingress-operator.

danwinship avatar danwinship commented on September 21, 2024

I'm continuing to debug the same problem with ovn-kubernetes. Two notes so far:

  1. If you're running iptables in the root network namespace from a container, you need iptables 1.8+ running in nft mode, not legacy mode. We've decided the right way to handle this is to just mount the host's / on /host in the container and then install iptables wrapper scripts that do, eg, chroot /host iptables "$@". (qv openshift/ovn-kubernetes#10, openshift/cluster-network-operator#197). This applies only to iptables-in-the-root-network-namespace though. You can use whatever iptables binary you want for rules in pod namespaces.
  2. The openshift-ingress/router-default service makes use of service.Spec.HealthCheckNodePort, which was added a few releases back and which ovn-kubernetes hadn't yet implemented. I'm not sure if Calico does any service/LoadBalancer processing on its own or if it defers that entirely to kube-proxy.

from cluster-ingress-operator.

caseydavenport avatar caseydavenport commented on September 21, 2024

Thanks for the pointers!

Yeah, we've already found the iptables 1.8 compat issue and have a build of Calico which is compatible.

Also, Calico is deferring entirely to kube-proxy for Service load balancing. I guess we should double check that kube-proxy is actually doing that correctly in the build we're using.

from cluster-ingress-operator.

openshift-bot avatar openshift-bot commented on September 21, 2024

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

from cluster-ingress-operator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.