2.2. クラスター ID の取得
Red Hat サポートに情報を提供する際には、クラスターに固有の識別子を提供していただくと役に立ちます。OpenShift CLI (oc
) を使用するか、または OpenShift Container Platform Web コンソールを使用してクラスター ID を取得できます。
前提条件
-
cluster-admin
ロールを持つユーザーとしてのクラスターへのアクセスがあること。 -
OpenShift Container Platform CLI(
oc
)がインストールされていること。
手順
OpenShift CLI (
oc
) を使用してクラスター ID を取得するには、以下のコマンドを実行します。$ oc get clusterversion -o jsonpath='{.items[].spec.clusterID}{"\n"}'
OpenShift Container Platform Web コンソールを使用してクラスター ID を取得するには、以下を実行します。
-
Administration
Cluster Settings に移動します。 - 値は Overview タブの Cluster ID フィールドから利用できます。
-
Administration