オフラインモードでインストールされたTridentプロジェクトを削除できません
環境
- NetApp Astra Trident
- OpenShift
- オフラインモードでインストールされたTridentプロジェクトを手動で削除する
- 次のコマンドでTridentが部分的に削除されました:
oc delete deployment trident-operator -n tridentoc delete clusterroles.rbac.authorization.k8s.io trident-operatoroc delete clusterrolebindings.rbac.authorization.k8s.io "trident-operator"oc delete serviceaccount trident-operatoroc delete CustomResourceDefinition tridentorchestrators.trident.netapp.iooc 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
...