mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-30 21:33:53 +00:00
we are saving this information in an env variable `KUBE_INTEGRATION_ETCD_URL` So just pick it up from there when needed. Currently when someone uses framework.RunCustomEtcd directly, the global variable is *not* set and the code that uses `GetEtcdURL` returns empty string. Signed-off-by: Davanum Srinivas <davanum@gmail.com>