Carlos Juan Gómez Peñalver

Results 44 comments of Carlos Juan Gómez Peñalver

Those waiting times are configurable https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#troubleshooting

That's how CA works I'm afraid if you want the behaviour you are describing you might need to deploy 1 CA per ASG and make sure the autodiscovery tags are...

I'm consistently seeing this error using the hooks version `1.96.1` but it works fine with `1.88.0` ``` Terraform validate.......................................................Failed - hook id: terraform_validate - exit code: 1 Command 'terraform init'...

Still failing... http://docs.aws.amazon.com/AmazonS3/latest/dev/HowDoIWebsiteConfiguration.html

Looks like these are code blocks or even "code" format ``` ` ` ` code block ` ` ` ``` or inline code like ``` my phrase with `code` ```...

Nope, I was wrong. The problem is a link with URL parameters on it ``` You would need to get access to [`PagerDuty` Application group](https://access-control.my.domain/access-request/new/?application_group=PagerDuty&permanent_access=true) ``` By changing this to...

I just did that > Hi @carlosjgp, > > `detect-secrets-server` gets the "main" branch through [this command](https://github.com/Yelp/detect-secrets-server/blob/f831d9bcb0c0705bc0d55ce6e332f2985cc63287/detect_secrets_server/storage/core/git.py#L177): `git rev-parse --abbrev-ref HEAD` for the locally cloned bare repo. > > Based...