masterphenix
masterphenix
Hello, I seem to have a similar issue with Terraform v0.13.5 and provider registry.terraform.io/hashicorp/azurerm v2.33.0 ; however, it is the principal_id that forces replacement, even if it has not changed...
Here is the status of the repo: ``` {"conditions":[{"lastTransitionTime":"2022-09-13T15:23:35Z","message":"failed to get credential from azure: DefaultAzureCredential: failed to acquire a token.\nAttempted credentials:\n\tEnvironmentCredential: missing environment variable AZURE_TENANT_ID\n\tManagedIdentityCredential: IMDS token request timed out\n\tAzureCLICredential:...
I did read that documentation, but its unclear to me what to do to use kubelet managed identity. From what I understand, the aadpodidbinding label is only required if using...
Thank you @darkowlzz for your thorough reply. I have double-checked my existing configuration: - I have connected on a cluster node, and confirmed in /etc/kubernetes/azure.json the identity I am using,...
The only notable difference from your config that I can see is the network_plugin we use, which is "azure", with network_policy "azure" also. Here is an extract of our terraform...
Thank you kindly for your investigations, it does allow to narrow the issue. Following the mitigation provided, I executed this on the node: ``` $ curl 'http://169.254.169.254/metadata/identity/oauth2/token?resource=https://management.core.windows.net&api-version=2018-02-01' -H "Metadata: true"...
I have explicitely used the kubelet Identity by applying the AAD Pod Identity label on the source-controller, and it works this way 👍
I confirm reclaim policy is set to "Delete". However, the PVC is never deleted, thus the PV is not deleted either. Both objects are aged more than 200 days. The...
Hello, Some more information regarding this issue: - Using provider azurerm 3.70, the issue is not present - Using provider azurerm 3.89, the issue is present So, it appeared somewhere...
Hello @wuxu92 , thank you for taking the time to look into this, and for the provided workaround