shadowsocks / shadowsocks-rust

A Rust port of shadowsocks
https://shadowsocks.org/
MIT License
8.64k stars 1.17k forks source link

The Template K8s is Broken #978

Open RamboRogers opened 2 years ago

RamboRogers commented 2 years ago

The template K8s file uses /usr/local/bin as a bind for a volume for the V2Ray and other plugins. Since the ss server and docker entry point exist in this folder, it is impossible for the server to start.

If you edit the file and remove the plugin volume map the system can then start. Screen Shot 2022-10-18 at 12 36 10 AM

RamboRogers commented 2 years ago

I'll make a new one in the next few days. I made one without the plugins which works here - https://github.com/RamboRogers/shadowsocks-server-k8s

pnck commented 1 year ago

Another solution shows at #1087

zonyitoo commented 1 year ago

I am not very sure what the problem we are facing here, because I never use shadowsocks-rust in K8s.