-
Notifications
You must be signed in to change notification settings - Fork 750
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
EC2 instances don't get assigned with private IPs #616
Comments
Could you provide the content of the token that's getting generated? |
Hi, I managed to solve the issue. So I am creating an oidc provider using terraform:
and so thumbprint_list is empty. Note that if you create the same oidc provider in the console, it will be populated with thumbprint_list and there will be a single value. You have to go through the process described in https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc_verify-thumbprint.html#thumbstep2 to retrive the thumbprint and put it into That solved my issue. If someone can suggest how to obtain the thumbprint of oidc provider using terraform that would be heaven. |
Closed the issue. |
I have implemented OIDC provider and integrated new IAM role with the service account. I was using following docs. I also restricted access to Amazon EC2 Instance Profile Credentials.
After updating everything and training to add new nodes I am getting an error:
Simply, nodes are not being assigned with private IPs. I am using version 1.5.3 of the vpc CNI. I verified that service account it correctly configured with IAM role:
The role is also using the correct policy.
I found error log:
May I ask for help on how to further debug this or can propose a solution?
The text was updated successfully, but these errors were encountered: