Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/hyperkube not found ;-( #8

Open
derailed opened this issue Oct 23, 2016 · 4 comments
Open

/hyperkube not found ;-( #8

derailed opened this issue Oct 23, 2016 · 4 comments

Comments

@derailed
Copy link

Hi,

I am trying to provision a k8s cluster on a pi 3 using hypriot but getting into issues launching the master...

docker: Error response from daemon: oci runtime error: exec: "/hyperkube": stat /hyperkube: no such file or directory.

Using gcr.io/google_containers/hyperkube-arm:v1.1.2

Any ideas?

Tx!!

@sirhopcount
Copy link

I am experiencing the same problem:

HypriotOS/armv7: pirate@master in ~
$ /bin/bash -c "exec docker run \
                                                --name=k8s-master \
                                                --net=host \
                                                --pid=host \
                                                --privileged \
                                                -v /sys:/sys:ro \
                                                -v /var/run:/var/run:rw \
                        -v /:/rootfs:ro \
                        -v /dev:/dev \
                        -v /var/lib/docker/:/var/lib/docker:rw \
                        -v /var/lib/kubelet/:/var/lib/kubelet:rw \
                                                gcr.io/google_containers/hyperkube-arm:v1.1.2 /hyperkube kubelet \
                                                        --v=2 \
                                                        --address=0.0.0.0 \
                                                        --enable-server \
                                                        --allow-privileged=true \
                                                        --pod_infra_container_image=gcr.io/google_containers/pause-arm:2.0 \
                                                        --api-servers=http://localhost:8080 \
                                                        --hostname-override=127.0.0.1 \
                            --cluster-dns=10.0.0.10 \
                            --cluster-domain=cluster.local \
                            --containerized \
                                                        --config=/etc/kubernetes/manifests-multi"
docker: Error response from daemon: oci runtime error: exec: "/hyperkube": stat /hyperkube: no such file or directory.

P.S. The tabbing is the same in the unit file. Although it not a major issue fixing it might help readability

@javefang
Copy link

same here, on a separate laptop I can run hyperkube from that image (although it won't actually run due to cpu arch mismatch).

@doedezemaar
Copy link

doedezemaar commented Dec 4, 2016

The same here..help is very welcome !!! on a raspberry pi 2 cluster

@oleiade
Copy link

oleiade commented Jan 2, 2017

Same here. Any clues @awassink ? :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants