You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Context
In an attempt to deploy an IPv6 only cluster on k3os, I'd like to set several addresses on my network node interfaces with predictable fixed Interface ID. As I'm not familiar with connman config settings and legacy Alpine networking config service with its /etc/network/interfaces file is still usable on k3os, I swap back on that later config.
Describe alternatives you've considered
I) set your network config : Export your /etc/network/interfaces file in the write_file k3os stanza config step.
II) Swap connman with networking at boot runlevel : Swap connman with Alpine networking at the boot openrc runlevel using rc-update del connman boot followed by rc-update add networking boot commands in the boot_cmd k3os config stanza.
Additional context
I published some more detailed personal notes as an howto on an alternate gitlab portal, https://framagit.org/-/snippets/6442 , hoping this can be useful for others.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
Context
In an attempt to deploy an IPv6 only cluster on k3os, I'd like to set several addresses on my network node interfaces with predictable fixed Interface ID. As I'm not familiar with connman config settings and legacy Alpine networking config service with its
/etc/network/interfaces
file is still usable on k3os, I swap back on that later config.Describe alternatives you've considered
I) set your network config : Export your
/etc/network/interfaces
file in thewrite_file
k3os stanza config step.II) Swap connman with networking at boot runlevel : Swap connman with Alpine networking at the boot openrc runlevel using
rc-update del connman boot
followed byrc-update add networking boot
commands in theboot_cmd
k3os config stanza.Additional context
I published some more detailed personal notes as an howto on an alternate gitlab portal, https://framagit.org/-/snippets/6442 , hoping this can be useful for others.
Beta Was this translation helpful? Give feedback.
All reactions