Skip to content

Commit

Permalink
Add file to hold nodes on iptables-legacy
Browse files Browse the repository at this point in the history
* Add `/etc/fedora-coreos/iptables-legacy.stamp` to declare
that `iptables-legacy` should be used instead of `iptables-nft`
(until support is added in future releases)
* coreos/fedora-coreos-tracker#676
  • Loading branch information
dghubble committed Oct 12, 2021
1 parent 6f603ef commit c06d47a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fedora-coreos/kubernetes/fcc/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ storage:
ETCD_PEER_CERT_FILE=/etc/ssl/certs/etcd/peer.crt
ETCD_PEER_KEY_FILE=/etc/ssl/certs/etcd/peer.key
ETCD_PEER_CLIENT_CERT_AUTH=true
- path: /etc/fedora-coreos/iptables-legacy.stamp
passwd:
users:
- name: core
Expand Down
1 change: 1 addition & 0 deletions fedora-coreos/kubernetes/fcc/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ storage:
DefaultCPUAccounting=yes
DefaultMemoryAccounting=yes
DefaultBlockIOAccounting=yes
- path: /etc/fedora-coreos/iptables-legacy.stamp
passwd:
users:
- name: core
Expand Down

0 comments on commit c06d47a

Please sign in to comment.