Jay Gorrell
Jay Gorrell
This is now a security issue... can we at least get a rebuild to pull in the upstream Alpine patches for the current version? https://justi.cz/security/2018/09/13/alpine-apk-rce.html
I just got this set up myself and it's "working" great -- meaning, DNS requests are going to `169.254.20.10` and getting answers. But I'm not sure if I'm seeing a...
Hitting this myself - would love a way to officially support RDS IAM.
Any updates on this? Just found this project and the readme advertises server-side completion as a feature.
@vitaly-krugl ``` File "ijm_subscriber.py", line 332, in stop self._connection.ioloop.start() File "/home/andy/projects/python/ijm/.env/lib/python3.5/site-packages/tornado/ioloop.py", line 748, in start raise RuntimeError("IOLoop is already running") ``` With that said, the Tornado Consumer example's run() method...
I think the key point being missed here is the cold-start of cronjobs -- it doesn't seem to have anything to do with load. Since it's a cold-start, the credentials...
@Joseph-Irving Do you have any thoughts here? Can I help explain something better? The gist of this is that things like argo workflows or cronjobs don't have a pod for...
I'm hitting this too. Out of our 200 services, the only one hitting it is a cronjob that does some pretty heavy S3 work. No `sts:AssumeRole` going on though.
We're trying to make this work by just adding a NetworkPolicy that allows connections to the `name: kube-system` namespace (yes it has that label) but that doesn't seem to be...