We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c64b05d + e211425 commit 7b4b009Copy full SHA for 7b4b009
README.md
@@ -123,8 +123,10 @@ kube-config install
123
# Last question is whether you want to reboot
124
# You have to reboot in order to get the cgroups working
125
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
+# If you want to run this script non-interactively, provide the user input beforehand:
+# "\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
130
# This script runs in 2-3 mins
131
```
132
0 commit comments