(no commit message)
authorstephan48 <stephan48@web>
Sun, 13 Aug 2023 20:08:49 +0000 (22:08 +0200)
committerIkiWiki <ikiwiki.info>
Sun, 13 Aug 2023 20:08:49 +0000 (22:08 +0200)
posts/2023-08-13-k3s-i-want-a-rootless-cluster-with-bgp-damn-it.mdwn

index a50a5087c4d49fd2557e7e979d6bbaf9275a0be1..551f24f215b97ea7412dface5865608ba86a5783 100644 (file)
@@ -12,6 +12,8 @@ How does k3s setup the network:
 * Rootlesskit does child network configuration - https://github.com/rootless-containers/rootlesskit/blob/master/pkg/child/child.go#L156
   * where does the tap0 device comes from? https://github.com/rootless-containers/rootlesskit/blob/master/pkg/network/slirp4netns/slirp4netns.go#L182
   * we will need to remove this and redo some of the network configuration
+* k3s packages its own slirp4netns, need to override that to do our magic
+  * ln -fs bin/slirp4netns .rancher/k3s/data/current/bin/slirp4netns
 
 Wrote slirp4netns wrapper(crude & insecure, will need to harden):