k3s/pkg/agent
Michal Rostecki 4fed9f4052 netpol: Use kube-router as a library
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>
2022-02-07 10:54:08 +01:00
..
config Added flannel-ipv6-masq flag to enable IPv6 nat 2022-01-14 18:35:37 +01:00
containerd Move containerd wait into exported function 2022-01-25 13:09:30 -08:00
flannel Added debug log for IPv6 Masquerading rule 2022-01-17 10:20:12 +01:00
loadbalancer Fix lint failures 2021-08-20 18:47:16 -07:00
netpol netpol: Use kube-router as a library 2022-02-07 10:54:08 +01:00
proxy Don't start up multiple apiserver load balancers 2021-03-08 17:05:25 -08:00
syssetup Update modules for Kubernetes v1.23 2021-12-22 10:47:38 -08:00
templates Nvidia container runtime discovery in containerd config template (#3890) 2021-09-15 14:31:11 -07:00
tunnel Increase agent's apiserver ready timeout (#4454) 2021-11-11 14:01:49 -07:00
util Add support for retagging images on load from tarball 2021-02-17 11:48:03 -08:00
run_linux.go Basic windows agent that will join a cluster without CNI. 2021-06-23 09:07:50 -07:00
run_windows.go Basic windows agent that will join a cluster without CNI. 2021-06-23 09:07:50 -07:00
run.go Increase agent's apiserver ready timeout (#4454) 2021-11-11 14:01:49 -07:00