ringtail / lucas

etcd v3 api browser especially for learning kubernetes
Apache License 2.0
112 stars 28 forks source link

Archive this project #12

Open enzian opened 10 months ago

enzian commented 10 months ago

I attempted to build and run this but failed miserably: The go version used is 1.8 which is quite old, and build on an arm64 machine failed even after modding and vendoring all dependencies with go 1.21 which, along with the most recent issue having interactions from 2022, leads me to believe that this project is no longer actively maintained. If this repository were to be archived this fact would become immediately obvious for everyone that ended up here from the official ETCD page :-)

xrstf commented 8 months ago

I had no issues building the project on linux/amd64 using Go 1.21 by cloning it into my GOPATH and running

$ GO111MODULE=off make

Alternatively, building inside a golang:1.8 container also worked fine.

The bigger issue is that the UI is hardcoded to refer to non-existing assets:

2024-01-22T16-30-34

This has been fixed in this fork already: https://github.com/JWLAZY/lucas

enzian commented 7 months ago

This has been fixed in this fork already: https://github.com/JWLAZY/lucas

does that mean, development is happening in this fork now?

xrstf commented 7 months ago

I wouldn't say so, I just wanted to share my random finding so the next person doesn't fork just to fix this one aspect.