Martin Emrich
Martin Emrich
Luckily, #56828 acts in my favour for now: once I downloaded the key file manually, salt thinks that state is fulfilled.
I might have found the cause: If the client uses one of the most popular content blockers (Adblock whatever, uBlock Origin, etc.) sourcing https://easylist.to/ ff., there ist a rule `||cloudfront.net/script.js`...
Two issues so far with my existing Helm values: `loki.schema_config` apparently became `loki.schemaConfig`. After renaming the object, that part was accepted (also by the 5.x helm chart). Then the `loki`...
> @MartinEmrich thank you, I will update the upgrade guide around schemaConfig, sorry about that. And thank you for the sample test values file! very helpful! @slim-bean Today I noticed...
I also got hit by this, as I had the credentials helper "ecr-login" for AWS Elastic Container Registry configured before. An (ugly) workaround: ```` sudo chattr +i ~/.docker/config.json ```` sets...
/remove-lifecycle stale Also seing this on two distinct EKS 1.27 clusters, both with many ingresses. The IP addresses belong to the AWS EKS managed control plane.
/remove-lifecycle stale
Hello @rchiodo! > Can you share your code? If you mean my source code: my workspace spans 20GB of mostly internal non-python-related files. My python usage is mostly limited to...
> Whatever you have installed in your root python will be scanned for each workspace. What do you mean by "root" and "workspace" here? root directory? `C:\\` on the host,...
`/usr/bin/python3` is the python binary itself (or for me, a symlink to it), not a "installation base" directory. Actually, there's not even a `site-packages` folder at all here; Debian 12...