NAME READY STATUS RESTARTS AGE
timesten-operator-55c6f99-2djfr 1/1 Running 0 3h1m
リリースをリストします。
helm list
出力は、次のようになります。
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
ttoper default 3 2025-01-16 16:11:37.408437395 +0000 UTC deployed ttoperator-2211300.1.0 22.1.1.30.0
ttoperリリースがネームスペースに存在しています。
アンインストールします。
helm uninstall ttoper
出力は、次のようになります。
release "ttoper" uninstalled
TimesTenオペレータ・ポッドが削除されていることを確認します。
kubectl get pods
出力は、次のようになります。
No resources found in default namespace.
TimesTenオペレータ・デプロイメントが削除されていることを確認します。
kubectl get deployment timesten-operator
出力は、次のようになります。
Error from server (NotFound): deployments.apps "timesten-operator" not found