Skip to content

Commit

Permalink
Fix flannel support on Fedora CoreOS
Browse files Browse the repository at this point in the history
  • Loading branch information
khuedoan committed Jun 20, 2021
1 parent a2734f6 commit fee0d7d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ storage:
contents:
inline: |
kernel.printk=4
# Fix flannel support
- path: /etc/systemd/network/50-flannel.link
contents:
inline: |
[Match]
OriginalName=flannel*
[Link]
MACAddressPolicy=none
links:
# Set timezone
- path: /etc/localtime
Expand Down

0 comments on commit fee0d7d

Please sign in to comment.