kernel: image: "linuxkit/kernel:4.9.x" cmdline: "console=ttyS0 console=tty0 page_poison=1" init: - linuxkit/init:cbd7ae748f0a082516501a3e914fa0c924ee941e - linuxkit/runc:24dfe632ed3ff53a026ee3fac046fd544434e2d6 - linuxkit/containerd:f1130450206d4f64f0ddc13d15bb68435aa1ff61 - linuxkit/ca-certificates:4e9a83e890e6477dcd25029fc4f1ced61d0642f4 onboot: - name: sysctl image: "linuxkit/sysctl:225c52c2d6f04a040663bac84cabf81825027f64" - name: sysfs image: linuxkit/sysfs:1cde5876d44117af61dfea629ad922defcd48808 - name: binfmt image: "linuxkit/binfmt:603e5f064b3e8a64088c0fcf7a80d2783541ee1d" - name: format image: "linuxkit/format:d78093e943f9c88386e30c00353f9476d34fb551" binds: - /dev:/dev capabilities: - CAP_SYS_ADMIN - CAP_MKNOD - name: mounts image: "linuxkit/kubernetes:latest-mounts" capabilities: - all pid: host rootfsPropagation: shared binds: - /dev:/dev - /var:/var:rshared,rbind services: - name: rngd image: "linuxkit/rngd:f5e5be43e730ea819c3293d5c6dcbfa7f4c5c314" - name: dhcpcd image: "linuxkit/dhcpcd:ae03169274d19fe8841314fa5a6fea3c61adbf4e" - name: ntpd image: "linuxkit/openntpd:ad834449a7eaf10dc022b3d8d2ed9faf7ec99d37" capabilities: - CAP_SYS_TIME - CAP_SYS_NICE - CAP_SYS_CHROOT - CAP_SETUID - CAP_SETGID net: host - name: sshd image: "linuxkit/sshd:1613253e5def414e0dfd261acd0e191eadb5fedf" capabilities: - all net: host pid: host binds: - /root/.ssh:/root/.ssh - name: docker image: "linuxkit/docker-ce:261f93927d85001c65e5ce0f421eb6062f09c0a5" capabilities: - all net: host pid: host mounts: - type: cgroup options: ["rw","nosuid","noexec","nodev","relatime"] binds: - /dev:/dev - /lib/modules:/lib/modules - /var:/var:rshared,rbind - /var/lib/kubeadm:/etc/kubernetes - /etc/cni:/etc/cni:rshared,rbind - /opt/cni:/opt/cni:rshared,rbind rootfsPropagation: shared - name: kubernetes-image-cache-common image: "linuxkit/kubernetes:latest-image-cache-common" binds: - /var/run:/var/run - name: kubelet image: "linuxkit/kubernetes:latest" capabilities: - all net: host pid: host mounts: - type: cgroup options: ["rw","nosuid","noexec","nodev","relatime"] binds: - /dev:/dev - /var:/var:rshared,rbind - /var/lib/kubeadm:/etc/kubernetes - /etc/cni:/rootfs/etc/cni:rshared,rbind - /opt/cni:/rootfs/opt/cni:rshared,rbind rootfsPropagation: shared files: - path: root/.ssh/authorized_keys contents: '# Your ssh key goes here' - {path: etc/cni, directory: true} - {path: opt/cni, directory: true} outputs: - format: kernel+initrd