Skip to content

Commit 7b4b009

Browse files
authored
Merge pull request #132 from MathiasRenner/patch-2
Automate k8es installation completely
2 parents c64b05d + e211425 commit 7b4b009

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,10 @@ kube-config install
123123
# Last question is whether you want to reboot
124124
# You have to reboot in order to get the cgroups working
125125

126-
# If you want to run this script non-interactively, do this:
127-
# TIMEZONE=Europe/Helsinki SWAP=1 NEW_HOSTNAME=mynewpi REBOOT=0 kube-config install
126+
# If you want to run this script non-interactively, provide the user input beforehand:
127+
# "\n" is the delimiter, "\" the escape character, presssing enter can be simulated with "\n"
128+
# Example:
129+
# /bin/echo -e "rpi-3\nhypriotos\nnodename\nEurope\/Berlin\n\n\ny\nY" | sudo kube-config install
128130
# This script runs in 2-3 mins
129131
```
130132

0 commit comments

Comments
 (0)