-
Notifications
You must be signed in to change notification settings - Fork 268
1.3.11 IAM-Controller Instance Profile CRD Bug #2160
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
Comments
I am having the same issue in my dev env on 1.3.1 it worked on one dev going from 1.3.11 down to 1.3.1 it installed the CRD correctly in env then broke on another |
@gecube Our issue is related with the helm terraform provider sadly hashicorp/terraform-provider-helm#944 It does not update the CRD and install the new crd. |
@cam634 it is sad to hear that there is an issue in tf provider. I hope it would be solved somehow. Maybe it would be useful to you, but I don't recommend using TF to manage k8s cluster. Instead of it we create the k8s cluster by TF, instantly bootstrap some gitops tooling of your choice (I use FluxCD, but ArgoCD will work for you as well). And it solves the issue as both FluxCD and ArgoCD don't have issues with CRD updates. Maybe it would be helpful for you and give some ideas how to make a workaround. |
Describe the bug
When updating the IAM Controller we noticed excess of logging around a CRD for instance profile we do not use the CRD for instance profile however it is producing noisy logs. The controller still works however just creates excess noise. This seen when upgrading to the ACK IAM 1.3.11.
After we went to version 1.3.1 and no longer see this issue
Steps to reproduce
Install Helm chart
view pod logs
Expected outcome
Only log when there are actual errors or syncs
Environment
The text was updated successfully, but these errors were encountered: