本文へスキップ

インストール問題の解決

Helmチャート基準のインストール問題の解決

名前がwhatapである他のHelmリポジトリがある場合

"whatap" already exists with the same configuration, skipping

すでに同じ名前の他のwhatapリポジトリが存在する場合は、次のコマンドを使用して既存のwhatapリポジトリを削除してからインストールを進めてください。

helm repo remove whatap

名前がwhatap-monitoringである他のネームスペースがクラスターにある場合

Error: INSTALLATION FAILED: Unable to continue with install: Namespace "whatap-monitoring" in namespace "" exists and cannot be imported into the current release

クラスターにwhatap-monitoringネームスペースが存在する場合、ユーザーがyamlファイルベースですでにWhaTap Kubernetesエージェントをインストールしているためです。 この場合、次のコマンドにより、既存のwhatap-monitoringネームスペースと関連リソースを削除してください。

kubectl delete namespace whatap-monitoring
kubectl delete clusterrolebinding whatap
kubectl delete clusterrole whatap

clusterroleclusterrolebindingリソースがすでにクラスターにある場合

Error: INSTALLATION FAILED: Unable to continue with install: ClusterRole "whatap" in namespace "" exists and cannot be imported into the current release

クラスターへclusterroleclusterrolebindingリソースがすでに存在する場合は、次のコマンドでそのリソースを削除してください。

kubectl delete clusterrolebinding whatap
kubectl delete clusterrole whatap