-
Notifications
You must be signed in to change notification settings - Fork 168
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
Agent injector stopped working after few days #362
Comments
Hi @sujeet111711, it looks like that error message is coming from the part of the vault-k8s injector that reads the body of the incoming request from the kubernetes api. So the next place I'd suggest looking is in the kube-apiserver's logs to see if there are any corresponding clues. |
@tvoran As stated below posted kube-apiserver's logs. |
|
@xi2340-sdhage Were you able to resolve this problem? I have the same problem but I do not see error messages in API server logs |
Please uninstall and reinstall by overrding values.Change according to you ENV requirements. |
Describe the bug
We've setup our applications to be injected with secrets from the vault which was working fine at first.
Then every now and then the agent injector stops working when we redeploy an application (e.g. 2 days it works, then stopped the next day before working again the following day).
When this happens there's no vault init container.
To Reproduce
Steps to reproduce the behavior:
Application deployment:
Application deployment description:
Application replicaset description:
Expected behavior
Application deployed with init and vault agent containers and keys injected successfully.
Environment
Additional context
Happened with version 0.14.2 too, which we then updated to 0.16.1
Collaps
The text was updated successfully, but these errors were encountered: