max-tremblay
max-tremblay
As a cost mitigation solution, AWS released the infrequent access logs option in CloudWatch last November, which aims to reduce costs by half for those who do not require any...
I'm not saying this is the solution, but you may want to use K6_BROWSER_HEADLESS=true and I would also put headless=new in K6_BROWSER_ARGS. I had issues with no-zygote and you should...
@yorugac It's really not too far from what we have. From the declared UID, it looks like one of our devs probably took the recipe from your repo. ```Dockerfile FROM...
@yorugac > I'm a bit confused here: how exactly does that work? E.g. this image above would have only one browser per pod, and k6-operator is not "aware" of browsers,...
I'm in the same situation. For `resource "null_resource" "validate_subnets"` in `oke/modules/network/subnets.tf`, TF doesn't like to rely on v.type when evaluating the count clause: ```hcl resource "null_resource" "validate_subnets" { count =...
For those following this issue, I just tried the [1.0.0-rc4](https://www.npmjs.com/package/@kubernetes/client-node/v/1.0.0-rc4) release and it seems this is gonna be fixed. Also, no more undefined argument to pass to the function: ```typescript...