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
Initially this was /var/lib/nerdctl/hosts.d/<NS>/<ID> (#63) and then moved to the current layout in #65.
I don't remember why I didn't consolidate everything in the single dir 😓 .
Probably because the networking stuff relates to CNI and nerdctl itself rather than to containerd.
Initially this was /var/lib/nerdctl/hosts.d/<NS>/<ID> (#63) and then moved to the current layout in #65.
I don't remember why I didn't consolidate everything in the single dir 😓 . Probably because the networking stuff relates to CNI and nerdctl itself rather than to containerd.
All fine.
Let me see if I can come up with something smooth to transition them without too much legacy handling code (these are just transient anyhow, it should be fine).
What is the problem you're trying to solve
We currently have:
StateDir:
And separately, EtcHosts:
I do not know if there was a reason for keeping these separate?
From a glance, it looks like etchosts is unnecessary and could be folded inside the container statedir.
Thoughts?
Describe the solution you'd like
Merge.
Additional context
No response
The text was updated successfully, but these errors were encountered: