Trident のバックエンドが Azure Government Cloud で障害発生:NoValidSubscriptionsInQueryRequest
環境
- NetApp Trident
- Azure NetApp Files(ANF)バックエンド
- Microsoft Azure US Government Cloudでのデプロイ
- ストレージ プロビジョニングにTridentを使用するKubernetesクラスター
問題
- Azure US Government Cloud で Azure NetAppFiles(ANF)の Trident バックエンドを展開する際、バックエンドの作成が次のエラーで失敗します:
Failed to create backend: problem initializing storagedriver 'azure-netapp-files': error initializing azure-netapp-files SDK client.POST https://management.azure.com/providers/Microsoft.ResourceGraph/resources
Backend creation fails with NoValidSubscriptionsInQueryRequest despite correct environment settings in the Trident BackendConfig.
- 観察された動作:
- Trident は、必要な米国政府エンドポイント(management.usgovcloudapi.net)ではなく、商用 Azure エンドポイント(management.azure.com)への接続を試みます。
- バックエンド構成には environment: AzureUSGovernment が含まれていますが、これは有効になりません。
- Trident バックエンドの作成が失敗し、GovCloud リージョンでの ANF プロビジョニングがブロックされます。