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

setup on a mixed RPI2/RPI3 cluster with HypriotOS 0.8.0 Barbossa #106

Open
eueung opened this issue Jun 3, 2016 · 0 comments
Open

setup on a mixed RPI2/RPI3 cluster with HypriotOS 0.8.0 Barbossa #106

eueung opened this issue Jun 3, 2016 · 0 comments

Comments

@eueung
Copy link

eueung commented Jun 3, 2016

@ALL, @luxas ,

I've just finished the setup and perfomed some basic tests ... here is the summary what I did:

  • HypriotOS 0.8.0, kubernetes-on-arm v0.7.0, .ded install
  • Edit /boot/cmdline.txt' replacingcgroup_enablewithcpuset` as mentioned in this thread
  • If you want to enable DNS addon, edit /etc/resolv.conf manually and put something like this
  • There's problem with default secret for kube-system namespace, you need to restart all pods in this namespace, do something like:
# ksp-restart.sh
# ---
#!/bin/bash
kubectl delete po $(kubectl get po --namespace=kube-system | grep kube-dns | cut -d' ' -f 1) --namespace=kube-system
kubectl delete po $(kubectl get po --namespace=kube-system | grep dashboard | cut -d' ' -f 1) --namespace=kube-system

That's all, ... hope it's useful can save precious hours of some of you!

EM

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

1 participant