knight42 / krelay

A better alternative to `kubectl port-forward` that can forward TCP or UDP traffic to IP/Host which is accessible inside the cluster.
MIT License
244 stars 14 forks source link

no docker release for v0.0.10 #50

Closed grzn closed 2 months ago

grzn commented 2 months ago

hi

there's an image only for v0.0.3 can you please release v0.0.10? thanks

knight42 commented 2 months ago

Hi @grzn , the release of krelay-server is separated from krelay itself. I would only push a new image if there is server side changes.

BTW if you need to customize the krelay-server, please refer to https://github.com/knight42/krelay/blob/main/manifests/Dockerfile-server and build one that satifies your needs.