-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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 when creating kubernetes service account "Waiting for default secret to appear" #31029
Comments
Hello, This appears to be a question or an issue with a provider, not with Terraform itself. You can check existing issues and file a new one in the provider's project repository, linked from the their registry page. If you have questions about Terraform or the provider, it's better to use the community forum where there are more people ready to help. The GitHub issues here are monitored only by a few core maintainers. Thanks! |
Thanks @jbardin. See below:
|
@dvidben I found this, which suggests it was intentional: Kubernetes 1.24.0 release notes with original issue Still haven't figured out exactly how to get around this, though ... |
@CRidge for now, I have just downgraded to kubernetes v1.22.4. |
@dvidben I tried the route you linked to, but couldn't get that to work either, so I've also downgraded kubernetes to pre 1.24. I've also created an issue with the kubernetes provider: hashicorp/terraform-provider-kubernetes#1724 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform fails to create kubernetes service account claiming the default secret does not appear.
This used to work before, so I'm suspecting about the terraform update of the kubernetes provider to latest version (2.11.0)
Terraform Version
Terraform v1.1.9
on linux_amd64
Terraform Configuration Files
main.tf
providers.tf
Debug Output
Expected Behavior
Kubernetes service account created successfully (and defautl secret available)
Actual Behavior
Service account fails during creating.
Steps to Reproduce
terraform init
terraform apply
Additional Context
No additional context
References
No similar issues identified yet.
The text was updated successfully, but these errors were encountered: