-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error creating config map #19
Comments
What is AIMS account for? Looks like you are using managed identity, could you share the yaml you are using? |
im sure you know this better than me, but just in case. AIMS = Azure Instance Metadata Service and its the miniature website hosted on the 169 address in the error. http://169.254.169.254/metadata/identity/oauth2/token
|
I'm not able to reproduce the issue on my side, have you enabled pod-managed identity or wokload identity on your cluster? |
we're not ready to enable workload identity yet, so we have to get this working with the managed identity for now. |
Do you mind re-installing it with more detailed log verbosity to see if it could help with root cause the issue?
|
would love to. can you help me find the reference for a helm chart to deploy it, as thats how we do it. not sure where to pass that log level in a helm chart.
|
Could you try:
|
i have done, but i dont see any upgraded logging. still just this coming from the pod
is here somewhere else i'd find some interesting logging? |
Is this the only workload that got this issue? Do you have other workloads that are also using ManagedIdentity credential on this node, if you do, are they working well? At the meanwhile , are you able to ping the 169.254.169.254 from the node to see if it is reachable? |
yeah, we have a fair few that use MI on the same clusters. all work fine. i dont know that you'd expect to be able to ping 169.254, as its the AIMS host? eash to check though |
i actually cant shell onto the app config pod, so can't test it. |
Could you try this to debug, to see if you can get it through?
|
fails at step 3 (az login) with
which is at least consistent with the error about 169.254.169.254 timeing out. im starting to think this issue lies in routing on the node. |
Probably you could try to restart your cluster or VMSS node pool, or you reach out AKS for help. |
we've deployed this provider but are struggling to get it working.
we get the following error in the pod logs.
which reads like an issue with the AIMS instance in the node. anyone seen this before?
The text was updated successfully, but these errors were encountered: