Skip to content

Commit

Permalink
Support k3s (#81)
Browse files Browse the repository at this point in the history
* Create 0001-Add-k8s-required-kernel-module-configurations.patch

* Add k8s required kernel module configurations

Signed-off-by: Mihail Maldzhanski <[email protected]>

* Delete 0001-Add-k8s-required-kernel-module-configurations.patch

---------

Signed-off-by: Mihail Maldzhanski <[email protected]>
  • Loading branch information
pollarize authored Jan 16, 2024
1 parent fe86ad4 commit 1adbb6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions linux/.common/kconfig.conf
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ CONFIG_IP_SET_HASH_NETPORTNET=m
CONFIG_IP_SET_HASH_NETNET=m
CONFIG_NET_SCH_INGRESS=m

# K8s needed modules
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_CFS_BANDWIDTH=y

CONFIG_IP_VS_IPV6=y
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
Expand Down

0 comments on commit 1adbb6e

Please sign in to comment.