2

私は紺色のマシン(4コア、28GB RAM)に1つのVMクラウドファウンドリーセットアップがあります。 最初はcf cliコマンドが正常に動作します。 cfとpush(cf push)アプリケーションにログインして(cfログイン)、ホストされているアプリケーション(cf apps)も見ることができます。クラウドファウンドリの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 

いつか同じコマンドが

[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. 

その後CFのCLIコマンドがまったく応答いけない失敗した後。

[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エンドポイントの証明書をトラストストアにコピーできない場合は--skip-ssl-validationフラグが付いている可能性があります)代わりに。
(bosh-lite.comとそのすべてのサブドメインは10.244.0.34に解決されます)。

関連する問題