From 440453576daf86f56db4df50baf69b861797403b Mon Sep 17 00:00:00 2001 From: dciangot Date: Mon, 30 Oct 2023 14:44:31 +0100 Subject: [PATCH] Update main.go os.Getenv("POD_IP") in cfg pod --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 45eef509..88e52f71 100644 --- a/main.go +++ b/main.go @@ -107,7 +107,7 @@ func main() { NodeName: opts.NodeName, OperatingSystem: "Linux", // https://github.com/liqotech/liqo/blob/d8798732002abb7452c2ff1c99b3e5098f848c93/deployments/liqo/templates/liqo-gateway-deployment.yaml#L69 - InternalIP: "172.16.9.11", + InternalIP: os.Getenv("POD_IP"), DaemonPort: int32(dport), }