-
Notifications
You must be signed in to change notification settings - Fork 152
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
worker with latest docker image - iptables: create-instance-chains: iptables: No chain/target/match by that name #29
Comments
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"
}
} |
solved with docker downgrade |
It's not really a fix though. I have the same issue, and I don't plan on downgrading my Docker install. |
I agree, given the CVE-2019-5736 downgrade is not an option |
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. |
@NewJorg what OS, kernel version it was? |
@avoidik Gentoo and kernel version 5.4.38-gentoo |
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.
|
hi,
could you please guide me how can I fix worker node issue inside the docker container? I'm always getting the following error
My configuration is here:
https://github.com/avoidik/compose_concourse/blob/master/docker-compose.yml
The text was updated successfully, but these errors were encountered: