pod-gateway icon indicating copy to clipboard operation
pod-gateway copied to clipboard

VPN interface tun0 not created

Open faisalbasha19 opened this issue 2 years ago • 2 comments

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.

pod-gateway-ip-add-route

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:

faisalbasha19 avatar Dec 06 '22 21:12 faisalbasha19

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.

justsem avatar Dec 08 '22 20:12 justsem

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: image

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

dberardo-com avatar Mar 13 '23 19:03 dberardo-com