6.6. ClusterInstance CR への移行のトラブルシューティング
SiteConfig CR から ClusterInstance CR への移行中に問題が発生した場合は、次のトラブルシューティングステップの実行を検討してください。
手順
次のコマンドを実行して、SiteConfig Operator が必要なすべてのデプロイメントリソースをレンダリングしたことを確認します。
$ oc -n <target_cluster> get clusterinstances <target_cluster> -ojson | jq .status.manifestsRendered出力例
[ { "apiGroup": "extensions.hive.openshift.io/v1beta1", "kind": "AgentClusterInstall", "lastAppliedTime": "2025-01-13T11:10:52Z", "name": "sno1", "namespace": "sno1", "status": "rendered", "syncWave": 1 }, { "apiGroup": "metal3.io/v1alpha1", "kind": "BareMetalHost", "lastAppliedTime": "2025-01-13T11:10:53Z", "name": "sno1.example.com", "namespace": "sno1", "status": "rendered", "syncWave": 1 }, { "apiGroup": "hive.openshift.io/v1", "kind": "ClusterDeployment", "lastAppliedTime": "2025-01-13T11:10:53Z", "name": "sno1", "namespace": "sno1", "status": "rendered", "syncWave": 1 }, { "apiGroup": "agent-install.openshift.io/v1beta1", "kind": "InfraEnv", "lastAppliedTime": "2025-01-13T11:10:53Z", "name": "sno1", "namespace": "sno1", "status": "rendered", "syncWave": 1 }, { "apiGroup": "agent-install.openshift.io/v1beta1", "kind": "NMStateConfig", "lastAppliedTime": "2025-01-13T11:10:53Z", "name": "sno1.example.com", "namespace": "sno1", "status": "rendered", "syncWave": 1 }, { "apiGroup": "agent.open-cluster-management.io/v1", "kind": "KlusterletAddonConfig", "lastAppliedTime": "2025-01-13T11:10:53Z", "name": "sno1", "namespace": "sno1", "status": "rendered", "syncWave": 2 }, { "apiGroup": "cluster.open-cluster-management.io/v1", "kind": "ManagedCluster", "lastAppliedTime": "2025-01-13T11:10:53Z", "name": "sno1", "status": "rendered", "syncWave": 2 } ]