-
Notifications
You must be signed in to change notification settings - Fork 7
Create a ServiceAccount
for the docling-serve
Pod
#15
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
Working on building out Option 1 - creating a new SA |
Draft PR #23 created for addressing this issue |
Sorry, this has needed an update and I haven't dropped one in a while. I'm working on getting the SA into the reconciler, but hitting errors creating the deployment now. I'm continuing to troubleshoot, and hope to have a good update to the PR soon. |
I was able to find what I was missing in the reconciler, but then I went and made some small changes to clean up the code, and now I'm suddenly getting an error. I'll look into it Monday and it should be pretty small to fix. |
Almost have the rework done - I'll open a new PR tomorrow with the changes. At the moment, I've got a couple syntax errors I'm still trying to iron out, so I'll likely open a draft PR to get some help fixing it. |
Currently, the deployment is not using a
ServiceAccount
, so thedefault
SA is getting assigned. This is not ideal, so we should create an SA with the proper permissions to run this workload.Two options:
The text was updated successfully, but these errors were encountered: