Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P10501
docker and ferm
Active
Public
Actions
Authored by
•
JHedden
on Feb 24 2020, 6:08 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Tags
None
Referenced Files
F31629528: raw.txt
Feb 24 2020, 6:08 PM
2020-02-24 18:08:34 (UTC+0)
Subscribers
None
From: https://gerrit.wikimedia.org/r/c/operations/puppet/+/555528/1/modules/profile/manifests/ceph/k8s/node.pp#b78
```
# Configure ferm to preserve the docker iptable chains
ferm::conf { 'docker-preserve':
ensure => present,
prio => 20,
source => 'puppet:///modules/profile/ceph/docker-preserve',
}
```
From: https://gerrit.wikimedia.org/r/c/operations/puppet/+/555528/1/modules/profile/files/ceph/docker-preserve
```
domain (ip ip6) {
table filter {
chain (DOCKER DOCKER-USER DOCKER-INGRESS DOCKER-ISOLATION-STAGE-1 DOCKER-ISOLATION-STAGE-2 FORWARD) @preserve;
}
table nat {
chain (DOCKER DOCKER-INGRESS PREROUTING OUTPUT POSTROUTING) @preserve;
}
}
```
Event Timeline
•
JHedden
created this paste.
Feb 24 2020, 6:08 PM
2020-02-24 18:08:34 (UTC+0)
bd808
mentioned this in
T246017: CodeSearch Docker containers not starting or failing after start because of iptables network overlay issues
.
Feb 24 2020, 6:18 PM
2020-02-24 18:18:15 (UTC+0)
Log In to Comment