Fix flannel support on Fedora CoreOS

https://github.com/poseidon/typhoon/pull/795
This commit is contained in:
Khue Doan 2021-06-20 18:13:20 +07:00
parent a2734f6793
commit fee0d7dbbb
No known key found for this signature in database
GPG Key ID: 4C1A90A461B3C27B

View File

@ -34,6 +34,14 @@ storage:
contents: contents:
inline: | inline: |
kernel.printk=4 kernel.printk=4
# Fix flannel support
- path: /etc/systemd/network/50-flannel.link
contents:
inline: |
[Match]
OriginalName=flannel*
[Link]
MACAddressPolicy=none
links: links:
# Set timezone # Set timezone
- path: /etc/localtime - path: /etc/localtime