オフラインモードでインストールされたTridentプロジェクトを削除できません
環境
- NetApp Astra Trident
- OpenShift
- オフラインモードでインストールされたTridentプロジェクトを手動で削除する
- 次のコマンドでTridentが部分的に削除されました: - oc delete deployment trident-operator -n trident
- oc delete clusterroles.rbac.authorization.k8s.io trident-operator
- oc delete clusterrolebindings.rbac.authorization.k8s.io "trident-operator"
- oc delete serviceaccount trident-operator
- oc delete CustomResourceDefinition tridentorchestrators.trident.netapp.io
- oc delete CustomResourceDefinition tridentactionmirrorupdates.trident.netapp.io
 
問題
- oc delete project tridentTridentプロジェクトを削除できません
- oc get project trident -o yamlレポート- Some resources are remaining
例:
 $ oc get project trident -o yaml
 ...
  - lastTransitionTime: "2024-07-11T00:08:51Z"
     message: 'Some resources are remaining: tridentnodes.trident.netapp.io has 9 resource
       instances, tridentstorageclasses.trident.netapp.io has 1 resource instances,
       tridentversions.trident.netapp.io has 1 resource instances'
     reason: SomeResourcesRemain
     status: "True"
     type: NamespaceContentRemaining
 ...