-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Getting a few errors when trying to create my cluster #17
Comments
@steentottrup What's the version of your raspbian release? I assume you are using raspbian buster. There currently is no available docker release for raspbian buster and that's why you get those errors. I've written a Tutorial how to install kubernetes version 1.15.0 on raspberry pi. You can follow the instructions here |
Oh sorry, I'm getting the latest Raspbian (Buster) Lite off their site, 2019-06-20-raspbian-buster-lite Thank you! |
Great tutorial, but you write that Raspbian Stretch is needed, and I can't seem to locate any version of Stretch, just Buster? (Can lite be used?) |
@steentottrup Lite is just a lightweight version of buster which contains less packages and no desktop ui. You can get old releases of raspbian here. Get the second latest release - |
Thank you! I'm pretty much clueless at this, so your tutorial is getting a serious n00b review :) |
You're welcome! Sounds good, do not hesitate to contact me :) you can also open a new issue on my project so we can close this issue because it's actually solved. |
I would recommend still using stretch. There is a link in my comment in the main repo - follow through to the link about Buster and Docker being broken. |
@DoGab thanks for the assistance 👍 |
When trying to follow the manual steps, I get a few errors, I hope these can be addressed.
When running this:
I get this:
newgrp: group 'docker' does not exist
Should it be??:
Anyway, if I try running the lines above, I get this:
E: The repository 'https://download.docker.com/linux/raspbian 10 Release' does not have a Release file.
And when moving on in the steps, I get the same error later on when running:
Any idea what this is? The is my first venture into kubernetes on Raspberry Pi, so it might just be me that's clueless here.
The text was updated successfully, but these errors were encountered: