-
Notifications
You must be signed in to change notification settings - Fork 13
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
API Server Erroring #21
Comments
If it's redirecting the network traffic through Istio then it does sound likely that is causing the issue. I know Istio has it's own internal ACL layer for authorizing inter-service traffic. I don't use it myself so I can't really help more than pointing you to their docs. |
I have partially resolved my problems. Istio injects an I was able to use an annotation to allow There are still some problems with the migration Pod itself, which seems to never Terminate and instead stay in a This can also be mitigated in the short-term by adding an annotation to disable injection. |
Daemon sidecars on Jobs is a long-standing problem, kubernetes/enhancements#753 should address at least this kind of simple case with it but is still in beta AFAIK. |
thanks! yep, been waiting for that spec to be finalized for many years |
@coderanger 👋 I know it's been a while, but I've been playing with this project this afternoon.
I've got it most of the way there, but the API server seems to always return400
which is causing the waiter containers to crash.Any ideas? I'm reading through the code trying to figure it out - using the
main
image as well.EDIT
Ok, its obviously because my
curl
code has no payload.However, the waiter container is having
I presume this is related to the fact that we also inject the istio proxy in our pods, but am not sure
The text was updated successfully, but these errors were encountered: