-
Notifications
You must be signed in to change notification settings - Fork 451
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
Service account is created even when one is specified in collector spec #2372
Comments
It seems like operator didn't check if |
Not entirely sure if it's a configuration issue or if its related. I got the same issue as @bryan-aguilar v1.28.3-gke.1118000 Container-Optimized OS from Google Tested with Operator 0.87,88,89
................
Logs shows namespaceX:application-specific-sa instead of namespaceX:otel-collector
|
done #2378 |
@pavolloffay how do we know which build this will be in of the operator? Will it be 0.90.0? |
Yes, this will be in our next release 0.90.0. We're waiting on the collector to finish their release of that version at which point we can begin our process. |
Component(s)
operator
What happened?
Description
According to serviceAccount API docs
ServiceAccount indicates the name of an existing service account to use with this instance. When set, the operator will not automatically create a ServiceAccount for the collector.
Steps to Reproduce
Expected Result
test-collector
service account does not get created sincetest-sa
is defnied in spec.Actual Result
Kubernetes Version
1.26
Operator version
v0.88.0
Collector version
v0.88.0
Environment information
Environment
EKS, AL2 AMI
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: