mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
4fed9f4052
Before this change, we were copying a part of kube-router code to pkg/agent/netpol directory with modifications, from which the biggest one was consumption of k3s node config instead of kube-router config. However, that approach made it hard to follow new upstream versions. It's possible to use kube-router as a library, so it seems like a better way to do that. Instead of modifying kube-router network policy controller to comsume k3s configuration, this change just converts k3s node config into kube-router config. All the functionality of kube-router except netpol is still disabled. Signed-off-by: Michal Rostecki <mrostecki@opensuse.org> Signed-off-by: Manuel Buil <mbuil@suse.com> |
||
---|---|---|
.. | ||
config | ||
containerd | ||
flannel | ||
loadbalancer | ||
netpol | ||
proxy | ||
syssetup | ||
templates | ||
tunnel | ||
util | ||
run_linux.go | ||
run_windows.go | ||
run.go |