From 6c939e8837b73904ffd1208ae532d7d056cd06bb Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 19 Jan 2020 01:33:41 -0500 Subject: roles/k8s/files/lxc-config: Remove extraneous --- roles/k8s/files/lxc-config | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'roles/k8s/files') diff --git a/roles/k8s/files/lxc-config b/roles/k8s/files/lxc-config index 4afd9e5..6b57b93 100644 --- a/roles/k8s/files/lxc-config +++ b/roles/k8s/files/lxc-config @@ -1,10 +1,5 @@ -# Template used to create this container: /usr/share/lxc/templates/lxc-download -# Parameters passed to the template: -# For additional config options, please look at lxc.container.conf(5) - -# Uncomment the following line to support nesting containers: +# Nesting containers lxc.include = /usr/share/lxc/config/nesting.conf -# (Be aware this has security implications) # Distribution configuration lxc.include = /usr/share/lxc/config/common.conf @@ -25,11 +20,3 @@ lxc.mount.entry = /dev/kmsg dev/kmsg none defaults,bind,create=file # Container specific configuration lxc.apparmor.profile = unconfined lxc.apparmor.allow_nesting = 1 - -# Network configuration -lxc.net.0.type = veth -lxc.net.0.link = lxcbr0 -lxc.net.0.flags = up -lxc.net.0.hwaddr = 00:16:3e:e0:c3:1d -lxc.rootfs.path = dir:/var/lib/lxc/k8s-centos8/rootfs -lxc.uts.name = k8s-centos8 -- cgit v1.2.3