mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-08 01:54:18 +07:00
Fix flannel support on Fedora CoreOS
https://github.com/poseidon/typhoon/pull/795
This commit is contained in:
parent
a2734f6793
commit
fee0d7dbbb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user