This bug was fixed in the package linux-kvm - 4.18.0-1002.2

---------------
linux-kvm (4.18.0-1002.2) cosmic; urgency=medium

  * linux-kvm: 4.18.0-1001.1 -proposed tracker (LP: #1795413)

  * Miscellaneous Ubuntu changes
    - kvm: [Config] CONFIG_HARDENED_USERCOPY=y
    - kvm: [Config] CONFIG_DEBUG_WX=y

 -- Seth Forshee <seth.fors...@canonical.com>  Mon, 01 Oct 2018 09:27:19
-0500

** Changed in: linux-kvm (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1793841

Title:
  IP_SET modules not included in kernel build, prevents container
  functionality

Status in cloud-images:
  Invalid
Status in linux-kvm package in Ubuntu:
  Fix Released
Status in linux-kvm source package in Bionic:
  Fix Committed

Bug description:
  I would like to run Ubuntu Minimal Cloud Image as the base OS on which
  I run Kubernetes and various other containers, but it requires ipset
  and various kernel modules included in the build. Is there a way to
  have those added by default, or a documented process for me to modify
  the kernel on my Minimal Cloud images?

  I tried to use kube-router as a routing platform for connecting the
  containers between Ubuntu hosts, but this requires ipset.

  The error from kube-router:
  I0921 00:19:45.773157       1 kube-router.go:207] Running 
/usr/local/bin/kube-router version v0.2.0, built on 2018-09-12T08:03:59-0400, 
go1.10.3
  Failed to run kube-router: Failed to create network routing controller: 
Failed to create ipset set on system: ipset v6.34: Kernel error received: set 
type not supported

  After some digging, it seems I need the following modules at least compiled 
into the kernel as modules:
  root@deva-controller0:~# cat "/boot/config-`uname -r`" | grep IP_SET
  CONFIG_IP_SET=y
  CONFIG_IP_SET_MAX=256
  # CONFIG_IP_SET_BITMAP_IP is not set
  # CONFIG_IP_SET_BITMAP_IPMAC is not set
  # CONFIG_IP_SET_BITMAP_PORT is not set
  # CONFIG_IP_SET_HASH_IP is not set
  # CONFIG_IP_SET_HASH_IPMARK is not set
  # CONFIG_IP_SET_HASH_IPPORT is not set
  # CONFIG_IP_SET_HASH_IPPORTIP is not set
  # CONFIG_IP_SET_HASH_IPPORTNET is not set
  # CONFIG_IP_SET_HASH_IPMAC is not set
  # CONFIG_IP_SET_HASH_MAC is not set
  # CONFIG_IP_SET_HASH_NETPORTNET is not set
  # CONFIG_IP_SET_HASH_NET is not set
  # CONFIG_IP_SET_HASH_NETNET is not set
  # CONFIG_IP_SET_HASH_NETPORT is not set
  # CONFIG_IP_SET_HASH_NETIFACE is not set
  # CONFIG_IP_SET_LIST_SET is not set

  Ubuntu Release:
  ~# cat /etc/lsb-release 
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=18.04
  DISTRIB_CODENAME=bionic
  DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"

  Any help is greatly appreciated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1793841/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to