hcavarsan / kftray

A cross-platform system tray application for managing multiple kubectl port-forward commands, with support for UDP and proxy connections through k8s clusters

Home Page:https://kftray.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add possibility to configure container image repo

slachiewicz opened this issue · comments

It would be good to have the possibility to configure the used proxy image
https://github.com/hcavarsan/kftray/blob/main/src-tauri/utils/kubeforward/src/proxy.rs#L70
to use in air-gapped environments.

Also sometimes Kubernetes has restrictions or requirements to add CPU&mem request/limits, taints or labels

makes sense! ill work on it and keep you updated.

@slachiewicz

done! will be released in v0.5.5

kftray server pod manifest is now located at $HOME/.kftray/proxy_manifest.json and is editable.

just a note: modifying placeholder {} fields or changing expected configurations may disrupt proxy port forwarding functionality.

Thanks for the feedback!. Please report any issues encountered.