This repository helps with quickly customizing base k3os image (supplied by https://github.com/sgielen/picl-k3os-image-generator ).
Why not using picl-k3os-image-generator? This is faster for changing configs.
-
copy and fill-in
config/example.yaml
-
[optional] build the image:
make build
-
put the image on your SD card ( /dev/mmcblk0 ), then bake:
make bake
-
insert the card and boot your PI, wait for a few minutes until you can
ssh rancher@<hostname>
to it. See sgielen/picl-k3os-image-generator for more info. -
Copy-over KUBECONFIG:
bin/get-kubeconfig "" ~/.kube/config
-
See
k3os-configs
for more options