You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to expose the test cluster to a docker network but it fails to start with the default namespace not being created before the timeout. Looks like the API is not able to connect to etcd. What is the right way to get this working? I tried setting the etcd url
But this didn't work, same error. Also tried setting listen-client-urls, advertise-address and listen-peer-urls in the etcd and api server, to no avail. Is this supported?
The text was updated successfully, but these errors were encountered:
ns-sjorgedeaguiar
changed the title
Bind test services to an IP other then localhost
Bind test services to an IP other than localhost
Dec 30, 2024
Hi,
I'm trying to expose the test cluster to a docker network but it fails to start with the default namespace not being created before the timeout. Looks like the API is not able to connect to etcd. What is the right way to get this working? I tried setting the etcd url
But this didn't work, same error. Also tried setting
listen-client-urls
,advertise-address
andlisten-peer-urls
in the etcd and api server, to no avail. Is this supported?The text was updated successfully, but these errors were encountered: