You are viewing documentation for a release that is no longer maintainedSee documentation for the latest supported version 3 or the latest supported version 4. 12.3.3. カスタムドメインを使用したサービスへのアクセス手順 curl 要求の Host ヘッダーを使用してカスタムドメインにアクセスします。以下は例になります。 $ curl -H "Host: custom-ksvc-domain.example.com" http://<ip_address> ここで、<ip_address> は、OpenShift Container Platform Ingress ルーターが公開される IP アドレスになります。 出力例 Hello OpenShift! 戻る次へ