Giter Site home page Giter Site logo

worker with latest docker image - iptables: create-instance-chains: iptables: No chain/target/match by that name about concourse-docker HOT 8 OPEN

concourse avatar concourse commented on July 17, 2024
worker with latest docker image - iptables: create-instance-chains: iptables: No chain/target/match by that name

from concourse-docker.

Comments (8)

NewJorg avatar NewJorg commented on July 17, 2024 1

Had the same problem and after some debugging I could fix it for me by building the netfilter comment match module on the host system.
Activating the following kernel option and compile the module
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
So my problem was the -m comment. Hopefully it can help someone in the future

from concourse-docker.

NewJorg avatar NewJorg commented on July 17, 2024 1

@avoidik Gentoo and kernel version 5.4.38-gentoo

from concourse-docker.

avoidik avatar avoidik commented on July 17, 2024

it has failed on

{
  "timestamp": "1541758414.146682024",
  "source": "guardian",
  "message": "guardian.iptables-runner.command.failed",
  "log_level": 2,
  "data": {
    "argv": [
      "/worker-state/4.2.1/assets/iptables/sbin/iptables",
      "--wait",
      "--table",
      "nat",
      "-A",
      "w--prerouting",
      "--jump",
      "w--instance-pbd2incpuj9",
      "-m",
      "comment",
      "--comment",
      "cdc24ff9-ad25-4fc8-6443-5c5ae9317b35"
    ],
    "error": "exit status 1",
    "exit-status": 1,
    "session": "1.2",
    "stderr": "iptables: No chain/target/match by that name.\n",
    "stdout": "",
    "took": "2.687238ms"
  }
}

from concourse-docker.

avoidik avatar avoidik commented on July 17, 2024

solved with docker downgrade

from concourse-docker.

Kernald avatar Kernald commented on July 17, 2024

It's not really a fix though. I have the same issue, and I don't plan on downgrading my Docker install.

from concourse-docker.

avoidik avatar avoidik commented on July 17, 2024

I agree, given the CVE-2019-5736 downgrade is not an option

from concourse-docker.

avoidik avatar avoidik commented on July 17, 2024

@NewJorg what OS, kernel version it was?

from concourse-docker.

trolleksii avatar trolleksii commented on July 17, 2024

I had this issue with Concourse on Kubernetes installed with Helm chart. I was using Arch on the host with kernel 5.4.94-1-lts.
After some experimenting I found that changing worker runtime to containerd solves the issue. Here's excerpt from values.yaml I used:

concourse:
  worker:
    runtime: containerd

from concourse-docker.

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.