-
_From @derailed on October 26, 2016 17:23_
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubles…
-
Very useful tool to flash images to SD cards, great work!
Is it also possible to change the hostname of a raspbian image or is that only possible with a Hypriot image?
-
I followed the instructions, and I've definitely got docker up and running on the nodes. However, the Kubernetes install seems incomplete or something (no kubernetes master binaries?)
When I run kub…
-
I just switched from k8s-on-rpi to this project but I am curious where the kube-config command is coming from to install master and worker nodes?
-
I have coreutils installed via bre which means dd and stat are differnet that the stock osx ones.
The follow output is what i get.
```
↪ flash --hostname pi-docker hypriot-rpi-20160306-192317.img.z…
-
When I run this command:
`wget https://raw.githubusercontent.com/hypriot/flash/master/$(uname -s)/flash`
I receive this error:
> zsh: parse error near `)'
I don't get it!?
Brew is freshly install…
-
For some reasons, I can't run the flash application. Any idea why ?
![screenr 2016-03-12 at 4 53 44 pm](https://cloud.githubusercontent.com/assets/6694151/13725559/0ddde406-e873-11e5-8b49-db40a099b13…
-
This (see headline) holds e.g. when flashing Hypriot Cluster Lab. Then this is what happens:
```
$ ./flash hypriot_20160121-235123_clusterlab.img.zip
/usr/bin/unzip
Uncompressing /home/[...]/hypriot_…
-
https://github.com/hypriot/flash/blob/master/Linux/flash#L150
On Linux, I need to change
if [[ `echo "${disk}"|awk '{print NF}'` -gt 1 ]]; then
to
if [[ `echo "${disk}"|awk '{print NF}'` > 1 ]]; t…
-
Hi,
I'm currently running Hypriot OS 0.6.1 with the latest docker-hypriot-1.9.1 build available on their website. Each time a try to build a docker container that pulls from github I get the followin…