You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
I am attempting to use this tool on my local cluster wish is 4 x Raspberry Pi 3 B+ running K3s, however the kube-ops-view pod runs in a continuous CrashLoopBackOff and restart loop. I have narrowed it down to something in the deployment.yaml file but am not quite sure what the issue would be.
I was able to get the kubernetes dashboard to work without issue but would like to try this tool as well. Please let me know if there is anything I can do to resolve the issue.
Thanks
The text was updated successfully, but these errors were encountered:
What image are you running? Because the official kube-ops-view image is only built for x86-64 architecture. To run the container on an RPI you need images build for ARM.
You have two options, you can either use my build that is in Docker Hub. Or you can build your own. If you look in the Makefile of this project you can see that their is a recipe called docker-arm. You can run it by executing make docker-arm in the root of this repo, and it will build an ARM image for you that you can use.
Thank you for the quick reply. I was attempting to deploy directly from a cloned copy of the repo. I figured that was probably an architecture issue I just thought I would verify. I will try both options out.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am attempting to use this tool on my local cluster wish is 4 x Raspberry Pi 3 B+ running K3s, however the kube-ops-view pod runs in a continuous CrashLoopBackOff and restart loop. I have narrowed it down to something in the deployment.yaml file but am not quite sure what the issue would be.
I was able to get the kubernetes dashboard to work without issue but would like to try this tool as well. Please let me know if there is anything I can do to resolve the issue.
Thanks
The text was updated successfully, but these errors were encountered: