Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions sdcard/rootfs/docker-multinode/usr/bin/kube-config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ if [[ ${K8S_DEBUG} == 1 ]]; then
set -x
fi

if $(hash git 2>&1 | grep -q "not found"); then
echo "git not installed. You need git to continue."
exit 1
fi

INSTALL_DEFAULT_TIMEZONE="Europe/Helsinki"
INSTALL_DEFAULT_HOSTNAME="kubepi"
INSTALL_DEFAULT_STORAGEDRIVER="overlay"
Expand Down