v0.8.0
/etc/
- kubernetes/
- addons/
- Kubernetes on ARM-specific addons
- env/
- env.conf - A file specifies which OS and board it's running on. Options: the files that are in os/ and board/.
kube-config
uses these files to e.g install docker on various platforms. - os/
- Here are customization scripts for the OSes supported
- board/
- Here are customization scripts for the boards supported
- env.conf - A file specifies which OS and board it's running on. Options: the files that are in os/ and board/.
- kube-deploy/
- A git clone of https://github.com/kubernetes/kube-deploy
- k8s.conf - Configuration file for this project
- addons/
- profile.d/
- system-docker.sh - Adds the
docker-bootstrap
alias
- system-docker.sh - Adds the
- systemd/
- network/
- dns.network - A
.network
file for Arch Linux, enables DHCP foreth0
, sets thesearch
andnameserver
commands to/etc/resolv.conf
- dns.network - A
- network/
/usr/
- bin/
- kube-config - The heavy-lifting script. May install everything required for Kubernetes, start and stop it and much more. /var/lib
- docker-bootstrap/
- Same as
/var/lib/docker
but forsystem-docker
- Same as
- kubelet/
- The
kubelet
directory
- The