6.4. GitOps のトラブルシューティング
GitOps コントローラーに問題がある場合は、OpenShift CLI (oc
) ツールを使用できます。
6.4.1. oc adm inspect を使用した GitOps のデバッグ
OpenShift CLI (oc
) を使用して GitOps をデバッグできます。
前提条件
-
oc
コマンドラインツールがインストールされている。
手順
GitOps 名前空間にいるときに
oc adm inspect
コマンドを実行します。$ oc adm inspect ns/openshift-gitops
出力例
Gathering data for ns/openshift-gitops... W0501 20:34:35.978508 57625 util.go:118] the server doesn't have a resource type egressfirewalls, skipping the inspection W0501 20:34:35.980881 57625 util.go:118] the server doesn't have a resource type egressqoses, skipping the inspection W0501 20:34:36.040664 57625 util.go:118] the server doesn't have a resource type servicemonitors, skipping the inspection Wrote inspect data to inspect.local.2673575938140296280.
次のステップ
-
oc adm inspect
で必要な情報が提供されなかった場合は、sos レポートを実行できます。