Replies: 2 comments 1 reply
-
Try add CREATE_TUN_DEVICE=false as you already mount the tun device |
Beta Was this translation helpful? Give feedback.
0 replies
-
Facing the same issue, @mcdent were you able to resolve? Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to install transmission-openvpn to a kubernetes cluster running k3s:
I am using the helm command:
helm install bananaspliff/transmission-openvpn --values media.transmission-openvpn.values.yml --namespace media
Which produces
However the pod never starts and just ends in a crash loop. From the logs I see:
and:
Mar 25 15:55:47 k4 k3s[26699]: E0325 15:55:47.087784 26699 pod_workers.go:965] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"transmission-openvpn\" with CrashLoopBackOff: \"back-off 1m20s restarting failed container=transmission-openvpn pod=transmission-transmission-openvpn-64bd5b68b9-4d6dq_media(2f00aa6d-2673-4167-9524-7949b3a161ce)\"" pod="media/transmission-transmission-openvpn-64bd5b68b9-4d6dq" podUID=2f00aa6d-2673-4167-9524-7949b3a161ce
My help file is:-
Just wondered if anybody had any clues?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions