-
Notifications
You must be signed in to change notification settings - Fork 128
Kubernetes #37
Comments
Hi @fniko, Thanks for creating an issue. We are currently running this in Kubernetes internally. I will look into creating an example within the upcoming weeks. Do you have wireguard installed on the node you have the ui running? |
Hi @freddd, thank you for the response. I believe installing the wg on the node is not possible, because of autoscaling etc. |
We have now merged #82 which was provided by @m0ssc0de The new image you will find over at docker hub ( Feel free to give it a try! |
@fniko if you still have a problem with this, could you give it a try using the new docker image? |
@suom1 Hello, since it is a very long time, I switched to another approach using sole Docker containers. |
Describe the bug
I am unable to run this image in Kubernetes, the pod keeps failing with
CrashLoopBackOff
and the logs sayslevel=fatal msg="operation not supported"
only. Do you have any advice about how to troubleshoot this?To Reproduce
Steps to reproduce the behavior:
kubectl apply -f deployment.yml
Expected behavior
The pod should start
Code
Describe pod
Do you have any tips how to run in k8s or debug?
The text was updated successfully, but these errors were encountered: