2

푸른 컴퓨터 (4 코어, 28GB RAM)에 단일 VM 클라우드 파운드리 설정이 있습니다. 처음에는 cf cli 명령이 정상적으로 작동합니다. cf에 로그인 (cf login)하고 애플리케이션을 push (cf push) 할 수 있으며 호스팅 된 애플리케이션 (cf apps)도 볼 수 있습니다.클라우드 Foundry CLI 명령에서 "요청 수행 오류 : 래멧 참조"가 발생하지 않습니다.

[email protected]:~$ cf apps 

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

OK 

name requested state instances memory disk urls 
myapp started   3/3   128M  256M myapp.example.com 

은 후 언젠가 같은 명령은 CF의 CLI 명령에 전혀 반응하지 말아 나중에

[email protected]:~$ 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. 

실패합니다.

[email protected]:~$ cf apps 

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

위 명령에 대한 응답 없음.

기계 하드웨어 사양으로 인해 문제가 발생하는지 확실하지 않습니다.

답변

0

xip.io 내 경험에 의하면 (그리고 많은 사람들이) 매우 안정적인 DNS 서비스가 아니 었습니다.
어떤 시점 (2015 년 10 월경, CF v219)에서 도메인 bosh-lite.com이 bosh-lite의 xip.io 사용을 대체하도록 설정되었습니다.
CF 설치 및 구성 방법을 모르겠지만 cf api api.bosh-lite.com (API 끝점의 인증서를 truststore에 복사 할 수없는 경우 --skip-ssl-validation 플래그가 포함될 수 있음)를 수행하는 것만 큼 쉽지만 끝점으로 사용하십시오 대신.
(bosh-lite.com 및 모든 하위 도메인은 10.244.0.34로 해석됩니다.)