Created
March 4, 2019 15:56
-
-
Save safeith/3104dd15230cb8f56f3245de6904ea77 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config: | |
linux.kernel_modules: bridge,br_netfilter,ip6_tables,ip_tables,ip_vs,ip_vs_rr,ip_vs_sh,ip_vs_wrr,netlink_diag,nf_conntrack,ip_conntrack,nf_nat,overlay,xt_conntrack | |
raw.lxc: |- | |
lxc.cgroup.devices.allow = a | |
lxc.mount.auto=proc:rw sys:rw | |
lxc.cap.drop = | |
security.nesting: "true" | |
security.privileged: "true" | |
description: microk8s profile | |
devices: | |
aadisable: | |
path: /sys/module/nf_conntrack/parameters/hashsize | |
source: /sys/module/nf_conntrack/parameters/hashsize | |
type: disk | |
aadisable1: | |
path: /sys/module/apparmor/parameters/enabled | |
source: /dev/null | |
type: disk | |
eth0: | |
name: eth0 | |
nictype: bridged | |
parent: lxdbr0 | |
type: nic | |
root: | |
path: / | |
pool: local-lvm | |
type: disk | |
name: microk8s | |
used_by: | |
- /1.0/containers/microk8s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment