8.5.13. Floating IP アドレスを使用したアプリケーションアクセスの設定
OpenShift Container Platform をインストールした後に、アプリケーションネットワークトラフィックを許可するように Red Hat OpenStack Platform (RHOSP) を設定します。
前提条件
- OpenShift Container Platform クラスターがインストールされている必要があります。
- 環境へのアクセスの有効化で説明されているように、Floating IP アドレスが有効化されています。
手順
OpenShift Container Platform クラスターをインストールした後に、Floating IP アドレスを Ingress ポートに割り当てます。
ポートを表示します。
$ openstack port show <cluster name>-<clusterID>-ingress-port
ポートを IP アドレスに接続します。
$ openstack floating ip set --port <ingress port ID> <apps FIP>
*apps.
のワイルドカードA
レコードを DNS ファイルに追加します。*.apps.<cluster name>.<base domain> IN A <apps FIP>
注記
DNS サーバーを制御せず、非実稼働環境でアプリケーションアクセスを有効にする必要がある場合は、これらのホスト名を /etc/hosts
に追加できます。
<apps FIP> console-openshift-console.apps.<cluster name>.<base domain> <apps FIP> integrated-oauth-server-openshift-authentication.apps.<cluster name>.<base domain> <apps FIP> oauth-openshift.apps.<cluster name>.<base domain> <apps FIP> prometheus-k8s-openshift-monitoring.apps.<cluster name>.<base domain> <apps FIP> grafana-openshift-monitoring.apps.<cluster name>.<base domain> <apps FIP> <app name>.apps.<cluster name>.<base domain>
次のステップ
- クラスターをカスタマイズ します。
- クラスターのインストールに使用したミラーレジストリーに信頼される CA がある場合、信頼ストアを設定 してこれをクラスターに追加します。
- 必要な場合は、リモートの健全性レポートをオプトアウト することができます。
- ネットワークが制限された環境での Operator Lifecycle Manager (OLM) の使用 方法について参照します。
-
Cluster Samples Operator および
must-gather
ツールの イメージストリームを設定 します。