-
Notifications
You must be signed in to change notification settings - Fork 6
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
boundary-init job hangs #23
Comments
Hmm... let me take a look into this and see what's going on. I haven't looked at this chart in a while now, and it was before the EKS upgrade so might be something that needs to be updated. |
Hi, I am having the same issue. It seems that the ServiceAccount doesn't get created. Regards |
there is a fix for that. you need to add below annotations to serviceaccount.yaml in templates: annotations: |
Thanks @lucardcoder. I deployed the Service Account using the following Manifest, before deploying boundary with the helm chart to get around the issue.
kubectl create namespace boundary
kubectl apply -f service_account.yaml However, I am getting the following error on the pods:
Any ideas? |
I already have the |
The |
I am trying the helm chart you provided in EKS and it hangs at the boundary-init job. any idea why would that would be?
job Logs:
Error creating: pods “boundary-init-” is forbidden: error looking up service account boundary/boundary: serviceaccount “boundary” not found.
EKS Version: 1.26
The text was updated successfully, but these errors were encountered: