You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had been running ARC in my GCP k8s cluster for months and then it just stopped working. The pod that runs the two containers runner and docker is in a status of Error for container docker. I've also tried uninstalling the Helm chart (because that's how I installed it) and then re-installing the Helm chart and still get the same error.
Here's how I installed it: helm upgrade --install --namespace actions-runner-system --create-namespace --wait actions-runner-controller actions-runner-controller/actions-runner-controller --set syncPeriod=1m --set authSecret.create=true --set authSecret.github_token=*****
Here's what the logs show for the docker container.
failed to start daemon: Error initializing network controller: error obtaining controller instance: unable to add return rule in DOCKER-ISOLATION-STAGE-1 chain: (iptables failed: iptables --wait -A DOCKER-ISOLATION-STAGE-1 -j RETURN: iptables v1.8.10 (nf_tables): RULE_APPEND failed (No such file or directory): rule in chain DOCKER-ISOLATION-STAGE-1
Here's more of the logs sequence leading up to the error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I had been running ARC in my GCP k8s cluster for months and then it just stopped working. The pod that runs the two containers
runner
anddocker
is in a status ofError
for containerdocker
. I've also tried uninstalling the Helm chart (because that's how I installed it) and then re-installing the Helm chart and still get the same error.Here's how I installed it:
helm upgrade --install --namespace actions-runner-system --create-namespace --wait actions-runner-controller actions-runner-controller/actions-runner-controller --set syncPeriod=1m --set authSecret.create=true --set authSecret.github_token=*****
Here's what the logs show for the
docker
container.failed to start daemon: Error initializing network controller: error obtaining controller instance: unable to add return rule in DOCKER-ISOLATION-STAGE-1 chain: (iptables failed: iptables --wait -A DOCKER-ISOLATION-STAGE-1 -j RETURN: iptables v1.8.10 (nf_tables): RULE_APPEND failed (No such file or directory): rule in chain DOCKER-ISOLATION-STAGE-1
Here's more of the logs sequence leading up to the error.
Any ideas as to what is causing this error?
Beta Was this translation helpful? Give feedback.
All reactions