Azure Cloud Foundry cli命令失败";执行请求时出错:lame引用“;

Azure Cloud Foundry cli命令失败";执行请求时出错:lame引用“;,azure,command-line-interface,cloud-foundry,Azure,Command Line Interface,Cloud Foundry,我在azure机器上安装了单个VM云铸造(4个内核,28GB RAM)。 最初,cf cli命令工作正常。我可以登录(cf登录)到cf和推送(cf推送)应用程序,也可以查看托管的应用程序(cf应用程序) 一段时间后,相同的命令失败 azure-user@dsapi-boshvm:~$ cf apps Getting apps in org default_organization / space azure as admin... FAILED Error performing reques

我在azure机器上安装了单个VM云铸造(4个内核,28GB RAM)。 最初,cf cli命令工作正常。我可以登录(cf登录)到cf和推送(cf推送)应用程序,也可以查看托管的应用程序(cf应用程序)

一段时间后,相同的命令失败

azure-user@dsapi-boshvm:~$ cf apps
Getting apps in org default_organization / space azure as admin...

FAILED

Error performing request: Get https://api.xxx.xxx.xxx.xxx.xip.io/v2/spaces/80d34326-cffc-4b62-98b6-ddd1c087ca59/summary: dial tcp: lookup api.xxx.xxx.xxx.xxx.xip.io on xxx.xxx.xxx.xxx:xx: lame referral

TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.
稍后,cf cli命令根本没有响应

azure-user@dsapi-boshvm:~$ cf apps

Getting apps in org default_organization / space azure as admin...
没有对上述命令的响应


不确定问题是否是因为机器硬件规格而发生的。

xip.io
以我的经验(以及许多其他人的经验)不是一个非常稳定的DNS服务。
在某个时刻(大约2015年10月,CF v219),域
bosh-lite.com
被建立起来,以取代对bosh-lite使用xip.io。
我不知道您的CF是如何安装和配置的,但这可能很简单,只需执行
CF api.bosh lite.com
(如果您无法将api端点的证书复制到信任库,则可能使用
--跳过ssl验证
标志),并将其用作您的端点即可。
(bosh-lite.com及其所有子域解析为10.244.0.34)

azure-user@dsapi-boshvm:~$ cf apps

Getting apps in org default_organization / space azure as admin...