mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-10 18:20:58 +00:00
There are no mounts here which need propagating Signed-off-by: Ian Campbell <ijc@docker.com>
72 lines
2.5 KiB
YAML
72 lines
2.5 KiB
YAML
kernel:
|
|
image: linuxkit/kernel:4.9.40
|
|
cmdline: "console=tty0 console=ttyS0"
|
|
init:
|
|
- linuxkit/init:e3e376881faced5a890b6ceb3e8e899cbfd04ecd
|
|
- linuxkit/runc:842318b6ab524783554428c89a27d95af7bd2844
|
|
- linuxkit/containerd:1ff17c0908bed91a7bff252fba2e3d360d05a3de
|
|
- linuxkit/ca-certificates:67acf038c44bb191ebb704ec7bb39a1524052cdf
|
|
onboot:
|
|
- name: sysctl
|
|
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
|
- name: sysfs
|
|
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
|
- name: binfmt
|
|
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
|
- name: dhcpcd
|
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
|
- name: metadata
|
|
image: linuxkit/metadata:f5d4299909b159db35f72547e4ae70bd76c42c6c
|
|
- name: format
|
|
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
|
- name: mounts
|
|
image: linuxkit/mount:a738ccad4e3e009b7c5f541226e9232a6287fa5d
|
|
command: ["/usr/bin/mountie", "/var/lib/"]
|
|
- name: var
|
|
image: library/alpine:3.6
|
|
command: ["mkdir", "/var/lib/kubeadm"]
|
|
binds:
|
|
- /var/lib:/var/lib
|
|
services:
|
|
- name: getty
|
|
image: linuxkit/getty:18c468293c583eb5f275a068b686d55969f1b736
|
|
env:
|
|
- INSECURE=true
|
|
- name: rngd
|
|
image: linuxkit/rngd:6565ae49f6be29d4e64614a4df3978b972956ebf
|
|
- name: ntpd
|
|
image: linuxkit/openntpd:2874b66c9fa51fa5b4d11c8b50441eb94ee22a5a
|
|
- name: sshd
|
|
image: linuxkit/sshd:5dc5c3c4470c85f6c89f0e26b9d477ae4ff85a3c
|
|
- name: docker
|
|
image: docker:17.06.0-ce-dind
|
|
capabilities:
|
|
- all
|
|
pid: host
|
|
mounts:
|
|
- type: cgroup
|
|
options: ["rw","nosuid","noexec","nodev","relatime"]
|
|
binds:
|
|
- /dev:/dev
|
|
- /etc/resolv.conf:/etc/resolv.conf
|
|
- /lib/modules:/lib/modules
|
|
- /run:/run
|
|
- /var:/var:rshared,rbind
|
|
- /var/lib/kubeadm:/etc/kubernetes
|
|
- /etc/cni:/etc/cni:rshared,rbind
|
|
- /opt/cni:/opt/cni:rshared,rbind
|
|
rootfsPropagation: shared
|
|
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
|
|
- name: kubernetes-image-cache-common
|
|
image: linuxkitprojects/kubernetes-image-cache-common:ba16b1f8cfe4f415a5946d521e59f67eaeecd9ce
|
|
- name: kubelet
|
|
image: linuxkitprojects/kubernetes:bbf14d70199babeea1f71f5b0bd70c1c1c9b5cd2
|
|
files:
|
|
- path: root/.ssh/authorized_keys
|
|
source: ~/.ssh/id_rsa.pub
|
|
mode: "0600"
|
|
optional: true
|
|
- {path: etc/cni, directory: true}
|
|
- {path: opt/cni, directory: true}
|