pod-gateway
pod-gateway copied to clipboard
VPN interface tun0 not created
Details
What steps did you take and what happened: I have Enabled vpn in the addons part of the value.yml file within the latest helm chart. But when I create the pods 1) pod-gateway 2) gateway-admission-controller 3) a pod within the vpn namespace I only see a vxlan tunnel even though I have enabled the openvpn and also I have given the cert/conf within the settings/values.yml files.
What did you expect to happen: I should be able to a see vpn interface i.e. tun0 but I dont see it even though I have enabled it.
Anything else you would like to add:
Additional Information:
This behaviour happens on some k8s implementations without any reasonable errors. I've found that using gluetun with pod-gateway works the most reliably.
Try loading your OpenVPN config in gluetun and see if it spawns the sidecar container for gluetun.
could you share your helm values file @faisalbasha19
in my case i dont even see the vpn secret being mounted into the pod, and i have tried many alternatives ....
ref: https://github.com/angelnu/pod-gateway/issues/18
actually if i perform a full code search on this repo i dont find a trace of the values attributes:

@angelnu are those values obsolete or are they valid? or is there any external hidden chart dependency?