This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
MountVolume.SetUp failed for volume "azure-kv" #7
Open
Description
Almost done with my RPSLS deployment. One more open issue (hopefully).
The rpsls-game-game-api
deployment pods fail with the following message (masked with X's):
Warning FailedMount 40s (x7 over 74s) kubelet, aks-agentpool-96345064-0 MountVolume.SetUp failed for volume "azure-kv" : mount command failed, status: Failure, reason: /etc/kubernetes/volumeplugins/azure~kv/azurekeyvault-flexvolume failed, Access denied. Caller was not found on any access policy. r nCaller: appid=6e2584bf-XXXXXXXXXXXXXXXX;oid=087127d7-XXXXXXXXXXXXXX;numgroups=0;iss=https://sts.windows.net/XXXXXXXXXXXXXXX/ r nVault: rpslskvXXXXXXXXXXX;location=eastus InnerError={code:AccessDenied}
The secret game-api-kv
is in place and in Azure Portal I see my cosmos-constr
secret and an Access policy for my service principal. The appid is correct. I'll poke around some more over the weekend, but if anyone has a troubleshooting suggestion, please reply. Thanks
Activity