-
Notifications
You must be signed in to change notification settings - Fork 50
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
[clearml-agent] Add Annotations to created Service Account #323
Labels
Comments
This issue is stale because it has been open for 4 weeks with no activity. |
This issue is stale because it has been open for 4 weeks with no activity. |
This issue was closed because it has been inactive for 2 weeks since being marked as stale. |
This issue is stale because it has been open for 4 weeks with no activity. |
6 tasks
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem ?
We use GCPs Workload Identity feature to access GCS buckets from k8s workloads. To use this feature, kubernetes service account(k8s SA) must contain an annotation. So far we solved this issue by manually creating the k8s SA and linking it with the workloads using
serviceExistingAccountName
key.Describe the solution you'd like.
Users should be able to add custom annotations to clearml-agents default service account.
Describe alternatives you've considered.
None
Additional context.
No response
The text was updated successfully, but these errors were encountered: